diff options
author | obrien <obrien@FreeBSD.org> | 2000-07-08 10:34:04 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-07-08 10:34:04 +0800 |
commit | 5de41155eedc79ef6748fa2bcae99b9e3206ffd9 (patch) | |
tree | c25d4cb9438d04b63d11c35ceffd340e763f6491 /sysutils/ffsrecov | |
parent | 3cf48da7096d790e4074642d5fffc1e3fb5acce9 (diff) | |
download | freebsd-ports-graphics-5de41155eedc79ef6748fa2bcae99b9e3206ffd9.tar.gz freebsd-ports-graphics-5de41155eedc79ef6748fa2bcae99b9e3206ffd9.tar.zst freebsd-ports-graphics-5de41155eedc79ef6748fa2bcae99b9e3206ffd9.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.
Diffstat (limited to 'sysutils/ffsrecov')
-rw-r--r-- | sysutils/ffsrecov/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/ffsrecov/Makefile b/sysutils/ffsrecov/Makefile index 26ce4677493..38753be5071 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 |