summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2015-03-10 20:29:06 +0000
committerbsiegert <bsiegert@pkgsrc.org>2015-03-10 20:29:06 +0000
commit85a67af451e380964d1dd0a8ba49a04006804f73 (patch)
treec62656389ec1d0da76c5242a4b32e4e8589bacda /textproc
parentc1f80a5974ab061dbe64a59fc30f92073ace8a27 (diff)
downloadpkgsrc-85a67af451e380964d1dd0a8ba49a04006804f73.tar.gz
Add GITHUB_PROJECT to fix fetching the distfile, correct CATEGORIES.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/go-text/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/go-text/Makefile b/textproc/go-text/Makefile
index 7127d70cec4..4791a995c07 100644
--- a/textproc/go-text/Makefile
+++ b/textproc/go-text/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2015/03/10 19:57:18 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2015/03/10 20:29:06 bsiegert Exp $
#
DISTNAME= text
-PKGNAME= go-text-20150310
-CATEGORIES= devel
+PKGNAME= go-${DISTNAME}-20150310
+GITHUB_PROJECT= text
+CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
GITHUB_TAG= d1927f6997