aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/iperf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/iperf/Makefile')
-rw-r--r--benchmarks/iperf/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile
index fccf7dd04c09..d88e5442cb75 100644
--- a/benchmarks/iperf/Makefile
+++ b/benchmarks/iperf/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= iperf
-PORTVERSION= 2.0.1
+PORTVERSION= 2.0.2
CATEGORIES= net ipv6
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
- http://dast.nlanr.net/Projects/Iperf2.0/
+MASTER_SITES= http://dast.nlanr.net/Projects/Iperf2.0/ \
+ ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= marcus@corp.grupos.com.br
@@ -26,6 +26,8 @@ OPTIONS= IPV6 "Enable support to IPv6" on \
.include <bsd.port.pre.mk>
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+
.if defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --disable-ipv6
.endif