diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-21 20:09:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-21 20:09:28 +0000 |
commit | 8aef7497d0eec1d835e2ed48b00adda3c08b9dd2 (patch) | |
tree | 6fee416550baab761a1510d5883082ac467e129d /benchmarks | |
parent | - Mark broken on 4.x (diff) |
- Move iperf from net to benchmarks
PR: ports/81201
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
Repocopy by: marcus
Notes
Notes:
svn path=/head/; revision=135811
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Makefile | 1 | ||||
-rw-r--r-- | benchmarks/iperf/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 7b686398ae17..58202d499db3 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -16,6 +16,7 @@ SUBDIR += httperf SUBDIR += iozone SUBDIR += iozone21 + SUBDIR += iperf SUBDIR += lmbench SUBDIR += nbench SUBDIR += netio diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile index d88e5442cb75..3b7dc4d66145 100644 --- a/benchmarks/iperf/Makefile +++ b/benchmarks/iperf/Makefile @@ -7,7 +7,7 @@ PORTNAME= iperf PORTVERSION= 2.0.2 -CATEGORIES= net ipv6 +CATEGORIES= benchmarks ipv6 MASTER_SITES= http://dast.nlanr.net/Projects/Iperf2.0/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |