aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-12-27 20:20:41 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-12-27 20:20:41 +0800
commit34294c5c3b02bb792d6f2806cd2aaa065c0f525b (patch)
tree26de5254902fb1fa725c5b9bcd0e6ab43fb0b0b1 /lang
parent4deec5470a6fbcecd56afd385cd2308cc12f48de (diff)
downloadfreebsd-ports-gnome-34294c5c3b02bb792d6f2806cd2aaa065c0f525b.tar.gz
freebsd-ports-gnome-34294c5c3b02bb792d6f2806cd2aaa065c0f525b.tar.zst
freebsd-ports-gnome-34294c5c3b02bb792d6f2806cd2aaa065c0f525b.zip
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes Approved by: portmgr blanket
Diffstat (limited to 'lang')
-rw-r--r--lang/tcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcc/Makefile b/lang/tcc/Makefile
index 7c4ed9b2e213..3e2a7d869687 100644
--- a/lang/tcc/Makefile
+++ b/lang/tcc/Makefile
@@ -20,7 +20,7 @@ USE_GITHUB= yes
GH_ACCOUNT= TinyCC
GH_PROJECT= tinycc
-USES= gmake makeinfo perl5 tar:bzip2
+USES= gmake makeinfo perl5
USE_PERL5= build
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix="${PREFIX}" --cc="${CC}"