aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-08 02:34:04 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-08 02:34:04 +0000
commitc352cb019ffccd20ba21e5f81dccaf725c78a235 (patch)
tree8313613f9a4b48fb7661ec61599302be1c594e1c /sysutils
parent329ea634b6c2f5aa138f954c300f54c7989c75d1 (diff)
downloadports-c352cb019ffccd20ba21e5f81dccaf725c78a235.tar.gz
ports-c352cb019ffccd20ba21e5f81dccaf725c78a235.zip
The providers of the T-1 to www.freebsd.org does not want the have
bandwidth wasted on distfile fetching when we have a much better connected ftp.freebsd.org avaible for that purpose.. Thus move the MASTER_SITE back to the offical 'local' one. Rev 1.6 was done after consulting with Asami-san and Peter.
Notes
Notes: svn path=/head/; revision=30352
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ffsrecov/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/ffsrecov/Makefile b/sysutils/ffsrecov/Makefile
index 26ce46774930..38753be5071d 100644
--- a/sysutils/ffsrecov/Makefile
+++ b/sysutils/ffsrecov/Makefile
@@ -8,7 +8,8 @@
PORTNAME= ffsrecov
PORTVERSION= 0.1
CATEGORIES= sysutils
-MASTER_SITES= http://people.FreeBSD.org/~jmg/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= jmg
DISTNAME= ffsrecov
MAINTAINER= jmg@freebsd.org