diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2015-03-10 20:29:06 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2015-03-10 20:29:06 +0000 |
commit | 85a67af451e380964d1dd0a8ba49a04006804f73 (patch) | |
tree | c62656389ec1d0da76c5242a4b32e4e8589bacda /textproc | |
parent | c1f80a5974ab061dbe64a59fc30f92073ace8a27 (diff) | |
download | pkgsrc-85a67af451e380964d1dd0a8ba49a04006804f73.tar.gz |
Add GITHUB_PROJECT to fix fetching the distfile, correct CATEGORIES.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/go-text/Makefile | 7 |
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 |