aboutsummaryrefslogtreecommitdiff
path: root/devel/go-hashicorp-logutils
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-01 13:15:36 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-01 13:15:36 +0000
commit77f8276a881b10dbc4166c281c69d8df4675409b (patch)
tree494feb823c7a0efa6fafeacaa9d18f03e331ae4d /devel/go-hashicorp-logutils
parente255815fa14317bcd7ad4d2e56b97547481c5608 (diff)
downloadports-77f8276a881b10dbc4166c281c69d8df4675409b.tar.gz
ports-77f8276a881b10dbc4166c281c69d8df4675409b.zip
Notes
Diffstat (limited to 'devel/go-hashicorp-logutils')
-rw-r--r--devel/go-hashicorp-logutils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/go-hashicorp-logutils/Makefile b/devel/go-hashicorp-logutils/Makefile
index 576e85df46bf..5330c1a5dae2 100644
--- a/devel/go-hashicorp-logutils/Makefile
+++ b/devel/go-hashicorp-logutils/Makefile
@@ -1,8 +1,9 @@
# Created by: Thomas Bartelmess <thomas@bartelmess.io>
# $FreeBSD$
-PORTNAME= go-hachicorp-logutils
+PORTNAME= logutils
PORTVERSION= 0.1
+PKGNAMEPREFIX= go-${GH_ACCOUNT}-
CATEGORIES= devel
MAINTAINER= thomas@bartelmess.io
@@ -13,9 +14,8 @@ LICENSE= BSD2CLAUSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= hashicorp
-GH_PROJECT= logutils
GH_TAGNAME= 8e0820f
-GO_PKGNAME= github.com/hashicorp/logutils
+GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
.include <bsd.port.mk>