diff options
author | Carlo Strub <cs@FreeBSD.org> | 2016-07-08 21:12:44 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2016-07-08 21:12:44 +0000 |
commit | 8e8dba7b15c2aff3551d8f55ae1334a0eeec7c6c (patch) | |
tree | 3cd2cd1e4ca79b3fc49d6ff791934af2088a34da /devel | |
parent | b10120be32d4d64ba218d25130f192c8bce77ef7 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/go-go.uuid/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/go-go.uuid/Makefile b/devel/go-go.uuid/Makefile index 422c18774751..5adbfeb8b06a 100644 --- a/devel/go-go.uuid/Makefile +++ b/devel/go-go.uuid/Makefile @@ -2,6 +2,7 @@ PORTNAME= go.uuid PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= go- @@ -14,5 +15,6 @@ USE_GITHUB= yes GH_ACCOUNT= satori GH_TAGNAME= v${PORTVERSION} USES= go +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} .include <bsd.port.mk> |