diff options
Diffstat (limited to 'devel/uthash/Makefile')
-rw-r--r-- | devel/uthash/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/uthash/Makefile b/devel/uthash/Makefile index 0c44dbfccc1e..246968e2d61c 100644 --- a/devel/uthash/Makefile +++ b/devel/uthash/Makefile @@ -4,7 +4,6 @@ PORTNAME= uthash PORTVERSION= 1.9.8p2 CATEGORIES= devel -MASTER_SITES= GHL MAINTAINER= zi@FreeBSD.org COMMENT= hash table for C structures @@ -16,12 +15,10 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept OPTIONS_DEFINE= DOCS -USES= tar:bzip2 NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= troydhanson -GH_COMMIT= d10c46a -GH_TAGNAME= ${GH_COMMIT} +GH_TAGNAME= d10c46a PORTDOCS= ChangeLog.txt todo.txt userguide.txt utarray.txt \ utlist.txt utstring.txt |