diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-01 15:06:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-01 15:06:13 +0000 |
commit | 7e355b0a783f9187c0aad09a4e0ca58407d51ab8 (patch) | |
tree | ea0dfb4ba700b3c3c2932b8572fb0143eae10111 /Mk | |
parent | 917489178cbc1c0da90017e369c2af20310a59d1 (diff) | |
download | ports-7e355b0a783f9187c0aad09a4e0ca58407d51ab8.tar.gz ports-7e355b0a783f9187c0aad09a4e0ca58407d51ab8.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index cd7befa51fa6..09d0b800b6c5 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -728,11 +728,11 @@ MASTER_SITE_SAVANNAH+= \ ftp://ftp.gnu.org/pub/savannah/files/%SUBDIR%/ MASTER_SITE_SOURCEFORGE+= \ - http://us.dl.sourceforge.net/%SUBDIR%/ \ http://eu.dl.sourceforge.net/%SUBDIR%/ \ - ftp://us.dl.sourceforge.net/pub/sourceforge/%SUBDIR%/ \ + http://us.dl.sourceforge.net/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/sourceforge/%SUBDIR%/ \ - ftp://ftp.chg.ru/pub/sourceforge/%SUBDIR%/ + ftp://ftp.chg.ru/pub/sourceforge/%SUBDIR%/ \ + ftp://us.dl.sourceforge.net/pub/sourceforge/%SUBDIR%/ MASTER_SITE_SOURCEFORGE_JP+= \ http://osdn.dl.sourceforge.jp/%SUBDIR%/ \ |