summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1999-12-08 11:17:38 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1999-12-08 11:17:38 +0000
commit3f5381072fdf32ae11ec430da5dc34a5734a37ec (patch)
treeba66edeedda01a8cffb76b1eaef16c9dd67b50da
parentFix MASTER_SITES. (diff)
Fix MASTER_SITE.
Notes
Notes: svn path=/head/; revision=23655
-rw-r--r--benchmarks/netpipe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile
index 984e9c8cf30d..80f4460a26f9 100644
--- a/benchmarks/netpipe/Makefile
+++ b/benchmarks/netpipe/Makefile
@@ -7,7 +7,7 @@
DISTNAME= netpipe-2.3
CATEGORIES= benchmarks net
-MASTER_SITES= ftp://ftp.ameslab.gov/pub/netpipe/ \
+MASTER_SITES= ftp://ftp.scl.ameslab.gov/pub/netpipe/ \
http://www.freebsd.org/~jkoshy/PORTS/
MAINTAINER= jkoshy@freebsd.org