diff options
author | kris <kris@FreeBSD.org> | 2001-01-27 13:53:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-01-27 13:53:52 +0800 |
commit | 34f160cc292a76726ac186ee67009ed53e8286f7 (patch) | |
tree | 58df3c2bf4761457f167e36c2821bf21170fc503 /Mk | |
parent | 6e73a3b7fc771fbfccc43cbd34d9cc1efcc28d7b (diff) | |
download | freebsd-ports-gnome-34f160cc292a76726ac186ee67009ed53e8286f7.tar.gz freebsd-ports-gnome-34f160cc292a76726ac186ee67009ed53e8286f7.tar.zst freebsd-ports-gnome-34f160cc292a76726ac186ee67009ed53e8286f7.zip |
ftp7.de.freebsd.org doesn't carry the local-distfiles stuff. We should
probably add some more MASTER_SITE_LOCALs here since there are now only
two of them.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index e2eb48150dce..24a1566eea92 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -288,5 +288,4 @@ MASTER_SITE_SOURCEWARE+= \ # Where to put distfiles that don't have any other master site MASTER_SITE_LOCAL?= \ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ - ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ - ftp://ftp7.de.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ + ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ |