diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-05 13:01:57 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-05 13:01:57 +0000 |
commit | fae555d8739a23f1381127063ee793590f06f5ec (patch) | |
tree | 6acead87488b64b0754df305e343341c037548be /benchmarks | |
parent | fac501788f0e35cd57539e29512bdec54bcdfcd4 (diff) | |
download | ports-fae555d8739a23f1381127063ee793590f06f5ec.tar.gz ports-fae555d8739a23f1381127063ee793590f06f5ec.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/polygraph/Makefile | 6 |
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* |