diff options
-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%/ |