diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 12:19:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 12:19:43 +0000 |
commit | 96caef6bc22a66a93ea4eefe60b02b3149e2bc47 (patch) | |
tree | 6435060798bc1796932e517548d5e92bd145d277 /benchmarks | |
parent | 7f24e27dc8e9633eb1096a3d3ecc80e6c9298bfd (diff) | |
download | ports-96caef6bc22a66a93ea4eefe60b02b3149e2bc47.tar.gz ports-96caef6bc22a66a93ea4eefe60b02b3149e2bc47.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iperf/Makefile | 4 |
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 |