aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iperf
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-21 12:19:43 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-21 12:19:43 +0000
commit96caef6bc22a66a93ea4eefe60b02b3149e2bc47 (patch)
tree6435060798bc1796932e517548d5e92bd145d277 /benchmarks/iperf
parent7f24e27dc8e9633eb1096a3d3ecc80e6c9298bfd (diff)
downloadports-96caef6bc22a66a93ea4eefe60b02b3149e2bc47.tar.gz
ports-96caef6bc22a66a93ea4eefe60b02b3149e2bc47.zip
- Fix OPTIONS_DEFAULT: IPV6 is on by default
- Remove leading indefinite article from COMMENT
Notes
Notes: svn path=/head/; revision=325112
Diffstat (limited to 'benchmarks/iperf')
-rw-r--r--benchmarks/iperf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile
index 35989bd348b5..b61e6056c8fc 100644
--- a/benchmarks/iperf/Makefile
+++ b/benchmarks/iperf/Makefile
@@ -7,12 +7,12 @@ CATEGORIES= benchmarks
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= A tool to measure maximum TCP and UDP bandwidth
+COMMENT= Tool to measure maximum TCP and UDP bandwidth
LICENSE= BSD
OPTIONS_DEFINE= DOCS IPV6 THREADS
-OPTIONS_DEFAULT=IPV6 THREADS
+OPTIONS_DEFAULT=THREADS
GNU_CONFIGURE= yes