aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-05 22:30:13 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-05 22:30:13 +0000
commit1472e61858e92c0daf9345cba330d6ebabf98959 (patch)
tree6ff3d248534a6e30ee184e07eed4e50de35004c9
parentb0ce93726b40f4347aeaa5cb1fcd334425ca6858 (diff)
downloadports-1472e61858e92c0daf9345cba330d6ebabf98959.tar.gz
ports-1472e61858e92c0daf9345cba330d6ebabf98959.zip
MFH: r380488
- Fix shebangs Approved by: ports-secteam (delphij)
Notes
Notes: svn path=/branches/2015Q1/; revision=380558
-rw-r--r--benchmarks/polygraph/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile
index 5581d544ed3b..5cac7c00784b 100644
--- a/benchmarks/polygraph/Makefile
+++ b/benchmarks/polygraph/Makefile
@@ -3,6 +3,7 @@
PORTNAME= polygraph
PORTVERSION= 4.3.2
+PORTREVISION= 1
CATEGORIES= benchmarks www
MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/ \
http://people.bsdgroup.de/~as/freebsd/distfiles/
@@ -14,10 +15,11 @@ COMMENT= Benchmarking tool for Web proxies
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= tar:tgz
+USES= shebangfix tar:tgz
+SHEBANG_FILES= tools/*.pl
USE_GCC= any
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CONFLICTS= ltrace-0*