diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-11-18 14:03:57 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-11-18 14:03:57 +0000 |
commit | 20e7054944716dc4145f2a3569b61b0e418f3c61 (patch) | |
tree | b834ccaadbf0dd379cb58a1608e433b2ef50f572 /www/privoxy | |
parent | 92d05cd558ee49b7b3f7168efb57bb4c97ff3d8a (diff) |
Notes
Diffstat (limited to 'www/privoxy')
-rw-r--r-- | www/privoxy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 81adca403190..919855c35c5b 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -3,7 +3,7 @@ PORTNAME= privoxy PORTVERSION= 3.0.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MASTER_SITES= SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 DISTNAME= privoxy-${PORTVERSION}-stable-src @@ -15,8 +15,9 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre WRKSRC= ${WRKDIR}/privoxy-${PORTVERSION}-stable -USES= gmake +USES= gmake shebangfix USE_AUTOTOOLS= autoconf +SHEBANG_FILES= tools/privoxy-log-parser.pl tools/privoxy-regression-test.pl tools/uagen.pl USE_RC_SUBR= privoxy SUB_FILES= pkg-message |