diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-20 00:51:57 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-20 00:51:57 +0000 |
commit | 6689176a7f997bc287cf6326b27a76b49fad4276 (patch) | |
tree | 60dc31ee0060d238c8fc92c167abd3018a6f1183 /Mk/bsd.sites.mk | |
parent | 7e4c95a9ba759421e5869b1784db3a7b5596debd (diff) | |
download | ports-6689176a7f997bc287cf6326b27a76b49fad4276.tar.gz ports-6689176a7f997bc287cf6326b27a76b49fad4276.zip |
Notes
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index bcc7f6e02604..d740597044a4 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -16,7 +16,11 @@ # 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://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ + ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ + ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ + ftp://ftp.ru.FreeBSD.og/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ + ftp://ftp.nectec.or.th/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ MASTER_SITE_PORTS_JP+= \ ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \ @@ -200,8 +204,9 @@ MASTER_SITE_SOURCEWARE+= \ ftp://unix.hensa.ac.uk/mirrors/sourceware.cygnus.com/pub/%SUBDIR%/ MASTER_SITE_SOURCEFORGE+= \ - ftp://download.sourceforge.net/pub/sourceforge/%SUBDIR%/ \ - http://download.sourceforge.net/%SUBDIR%/ \ + ftp://ftp2.sourceforge.net/pub/sourceforge/%SUBDIR%/ \ + http://ftp2.sourceforge.net/%SUBDIR%/ \ + ftp://ftp3.sourceforge.net/pub/sourceforge/%SUBDIR%/ \ ftp://projects.sourceforge.net/pub/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/sourceforge/%SUBDIR%/ \ ftp://ftp.mirror.ac.uk/sites/download.sourceforge.net/pub/sourceforge/%SUBDIR%/ |