diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-06 18:32:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-06 18:32:08 +0000 |
commit | 7c3ba8225c5e1be166bd92022ab6962534b094ed (patch) | |
tree | 0c421635789e1c2c153931d9fdc2b0a7b0927fdb /devel/go-raw | |
parent | 23b654137a7d103285b375c1bc350f7e4c827948 (diff) | |
download | ports-7c3ba8225c5e1be166bd92022ab6962534b094ed.tar.gz ports-7c3ba8225c5e1be166bd92022ab6962534b094ed.zip |
Notes
Diffstat (limited to 'devel/go-raw')
-rw-r--r-- | devel/go-raw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/go-raw/Makefile b/devel/go-raw/Makefile index 0633bffce5be..8b6ffa0065ec 100644 --- a/devel/go-raw/Makefile +++ b/devel/go-raw/Makefile @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= feyeleanor GH_TAGNAME= 724aedf -GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} .include <bsd.port.pre.mk> .include "${PORTSDIR}/lang/go/files/bsd.go.mk" |