diff options
author | vs <vs@FreeBSD.org> | 2005-04-07 23:00:52 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-07 23:00:52 +0800 |
commit | b786eb00047f9c204a3bac0d98d3e559285457ee (patch) | |
tree | 4c82c4ef7ce21eef085b3932e0f20ea414c6b03a /benchmarks/iperf/Makefile | |
parent | f7c3e8940639b97a7a83ed81d5d2aeb272821cb4 (diff) | |
download | freebsd-ports-gnome-b786eb00047f9c204a3bac0d98d3e559285457ee.tar.gz freebsd-ports-gnome-b786eb00047f9c204a3bac0d98d3e559285457ee.tar.zst freebsd-ports-gnome-b786eb00047f9c204a3bac0d98d3e559285457ee.zip |
Add mirror
PR: ports/79347
Submitted by: maintainer
Diffstat (limited to 'benchmarks/iperf/Makefile')
-rw-r--r-- | benchmarks/iperf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile index 2b0f20d7d7a0..fccf7dd04c09 100644 --- a/benchmarks/iperf/Makefile +++ b/benchmarks/iperf/Makefile @@ -8,7 +8,9 @@ PORTNAME= iperf PORTVERSION= 2.0.1 CATEGORIES= net ipv6 -MASTER_SITES= http://dast.nlanr.net/Projects/Iperf2.0/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://dast.nlanr.net/Projects/Iperf2.0/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= marcus@corp.grupos.com.br COMMENT= A tool to measure maximum TCP and UDP bandwidth |