git: 7531bd974cb1 - main - sysutils/docker: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 14:36:24 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=7531bd974cb107719f63a766a3f92b004f43849e commit 7531bd974cb107719f63a766a3f92b004f43849e Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 14:27:12 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 14:27:12 +0000 sysutils/docker: Add CPE information Approved by: portmgr (blanket) --- sysutils/docker/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/docker/Makefile b/sysutils/docker/Makefile index ae423180cc5e..fbb9ba1efcbf 100644 --- a/sysutils/docker/Makefile +++ b/sysutils/docker/Makefile @@ -16,7 +16,7 @@ PLIST_FILES= bin/docker USE_GITHUB= yes GH_PROJECT= docker-ce -USES= go +USES= cpe go GO_PKGNAME= github.com/${PORTNAME} GO_TARGET= ${GO_PKGNAME}/cli/cmd/docker