diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-03-16 16:07:59 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-03-16 16:07:59 +0000 |
commit | a3f7aafc780fbdb304b4ec43aaf6e1cc8a75d8e1 (patch) | |
tree | 088bc2aa2ca8c45fd65985e581892f863f926ba7 /www/bins | |
parent | db882f5dbfeaf9bfc71ce95bbf1288adc759d3ae (diff) |
ports in cat www where MAINTAINER=ports
- USE_BZIP2 -> USES= tar:bzip2
- LICENSE=BSD -> BSD[n]CLAUSE
Notes
Notes:
svn path=/head/; revision=348417
Diffstat (limited to 'www/bins')
-rw-r--r-- | www/bins/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile index ef166b26e2c3..6ce0f2218a51 100644 --- a/www/bins/Makefile +++ b/www/bins/Makefile @@ -26,9 +26,8 @@ RUN_DEPENDS= \ p5-XML-Handler-YAWriter>=0:${PORTSDIR}/textproc/p5-XML-Handler-YAWriter \ p5-libxml>=0:${PORTSDIR}/textproc/p5-libxml -USES= perl5 +USES= tar:bzip2 perl5 USE_PERL5= run -USE_BZIP2= yes NO_BUILD= yes NO_STAGE= yes |