diff options
author | mat <mat@FreeBSD.org> | 2015-12-29 22:30:46 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-12-29 22:30:46 +0800 |
commit | 1772163e63a0cba092480dd01075455ffac9c61c (patch) | |
tree | 80d47d6daf921a1ed1c73eb307c65303934a6eed /www | |
parent | e51643ad7d5e433459afaad3c44b31e1e7722b73 (diff) | |
download | freebsd-ports-gnome-1772163e63a0cba092480dd01075455ffac9c61c.tar.gz freebsd-ports-gnome-1772163e63a0cba092480dd01075455ffac9c61c.tar.zst freebsd-ports-gnome-1772163e63a0cba092480dd01075455ffac9c61c.zip |
Cleanup GH_* and variables order.
Sponsored by: Absolight
Diffstat (limited to 'www')
-rw-r--r-- | www/kannel-sqlbox/Makefile | 1 | ||||
-rw-r--r-- | www/tidy-html5/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/www/kannel-sqlbox/Makefile b/www/kannel-sqlbox/Makefile index a2d2dedec82e..739d79e40b72 100644 --- a/www/kannel-sqlbox/Makefile +++ b/www/kannel-sqlbox/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/bearerbox:${PORTSDIR}/www/kannel USE_GITHUB= yes GH_ACCOUNT= dbaio -GH_PROJECT= ${PORTNAME} USES= gmake USE_GCC= yes diff --git a/www/tidy-html5/Makefile b/www/tidy-html5/Makefile index de7d30e2268b..f49bad56249f 100644 --- a/www/tidy-html5/Makefile +++ b/www/tidy-html5/Makefile @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/README/LICENSE.txt USE_GITHUB= yes GH_ACCOUNT= htacg -GH_PROJECT= ${PORTNAME} GH_TAGNAME= f567088 USES= cmake |