diff options
Diffstat (limited to 'sysutils/container-diff/Makefile')
-rw-r--r-- | sysutils/container-diff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/container-diff/Makefile b/sysutils/container-diff/Makefile index 909321ac8907..c7483f9cc767 100644 --- a/sysutils/container-diff/Makefile +++ b/sysutils/container-diff/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= container-diff -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -12,9 +12,10 @@ COMMENT= Diff your Docker containers LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} USES= go +GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} + PLIST_FILES= bin/container-diff GH_ACCOUNT= GoogleContainerTools |