diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-11 20:11:33 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-11 20:11:33 +0800 |
commit | 423daab3088f2fa879fa46e147cc006e65f5c48a (patch) | |
tree | cecc75f052a584736932efec2c0f996acfc48651 | |
parent | 734f1cabb5a066cbe4dcffe5448fb15c8ed0615d (diff) | |
download | freebsd-ports-gnome-423daab3088f2fa879fa46e147cc006e65f5c48a.tar.gz freebsd-ports-gnome-423daab3088f2fa879fa46e147cc006e65f5c48a.tar.zst freebsd-ports-gnome-423daab3088f2fa879fa46e147cc006e65f5c48a.zip |
Pessimize http://telia.dl.sourceforge.net/ - the host is unreachable.
-rw-r--r-- | Mk/bsd.sites.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index c9c1e27d66e2..4fd5b689ef5b 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -227,7 +227,6 @@ MASTER_SITE_SOURCEWARE+= \ ftp://sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/%SUBDIR%/ MASTER_SITE_SOURCEFORGE+= \ - http://telia.dl.sourceforge.net/%SUBDIR%/ \ http://prdownloads.sourceforge.net/%SUBDIR%/ \ ftp://ftp3.sourceforge.net/pub/sourceforge/%SUBDIR%/ \ http://ftp3.sourceforge.net/%SUBDIR%/ \ @@ -236,7 +235,8 @@ MASTER_SITE_SOURCEFORGE+= \ ftp://ftp2.sourceforge.net/pub/sourceforge/%SUBDIR%/ \ http://ftp2.sourceforge.net/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/sourceforge/%SUBDIR%/ \ - ftp://ftp.chg.ru/pub/sourceforge/%SUBDIR%/ + ftp://ftp.chg.ru/pub/sourceforge/%SUBDIR%/ \ + http://telia.dl.sourceforge.net/%SUBDIR%/ MASTER_SITE_SUNSITE+= \ ftp://metalab.unc.edu/pub/Linux/%SUBDIR%/ \ |