diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-01-27 05:53:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-01-27 05:53:52 +0000 |
commit | 68957b22f9099ecd27302e3fe7e8b2c0ad7b0d52 (patch) | |
tree | 734110c5de18d2e33a21904618d11657f17cdae9 | |
parent | Restore credit to creation of this port to smace. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=37628
-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%/ |