aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/netperf
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-08-11 21:03:49 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-08-11 21:03:49 +0000
commit1d45475530cc0519b4ced69c289c3ac405b31c4f (patch)
tree85e17af4008eaf42eb77b19ca94e894679836287 /benchmarks/netperf
parent53093a62c19e2836f699dba21544b45a5d6afe85 (diff)
downloadports-1d45475530cc0519b4ced69c289c3ac405b31c4f.tar.gz
ports-1d45475530cc0519b4ced69c289c3ac405b31c4f.zip
- Fix check-plist by adding missing netperf.info file
Notes
Notes: svn path=/head/; revision=364663
Diffstat (limited to 'benchmarks/netperf')
-rw-r--r--benchmarks/netperf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile
index 4e1318b443b0..ac9946802c7b 100644
--- a/benchmarks/netperf/Makefile
+++ b/benchmarks/netperf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= netperf
PORTVERSION= 2.6.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= benchmarks ipv6
MASTER_SITES= ftp://ftp.netperf.org/netperf/ \
http://fossies.org/unix/misc/
@@ -26,6 +26,8 @@ CONFIGURE_ENV= "transform="
CONFIGURE_ARGS= --program-prefix="" --program-suffix="" --enable-dirty \
--enable-demo --enable-burst --enable-intervals
+INFO= netperf
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSOCKETS}