diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-11 19:39:57 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-11 19:39:57 +0000 |
commit | 137228a9fe3302e7fb35662ad8e8a43fe7a29e10 (patch) | |
tree | 4d863d04f4d435ae808c95e1b3246d8b10e11187 /devel | |
parent | 68d591e04e2e4a183140fe1b05365e622c635754 (diff) | |
download | pkgsrc-137228a9fe3302e7fb35662ad8e8a43fe7a29e10.tar.gz |
update to my previous commit which was still sitting in my tree
Diffstat (limited to 'devel')
-rw-r--r-- | devel/shtk/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/shtk/Makefile b/devel/shtk/Makefile index 5b38f0e43af..a2710207b92 100644 --- a/devel/shtk/Makefile +++ b/devel/shtk/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2015/03/07 14:31:03 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2015/03/11 19:39:57 tnn Exp $ DISTNAME= shtk-1.6 CATEGORIES= devel -USE_GITHUB= yes -GH_ACCOUNT= jmmv -GH_RELEASE= ${DISTNAME} +MASTER_SITES= ${MASTER_SITE_GITHUB:=jmmv/} +GITHUB_RELEASE= ${DISTNAME} MAINTAINER= jmmv@NetBSD.org COMMENT= Application toolkit for POSIX-compliant shell scripts |