diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-09-07 20:53:08 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-09-07 20:53:08 +0000 |
commit | 65bc0eb215c56e73e88a200dbbcf430518104459 (patch) | |
tree | 5536511d38571780832c6b16863e944759688162 /Mk/bsd.sites.mk | |
parent | Fix build on -current (union wait removal). (diff) |
Two MASTER_SITE_SOURCEWARE fixes. The first fixes an existing problem,
the second the fact that sourceware is scheduled to go away.
Submitted by: pfeifer
Notes
Notes:
svn path=/head/; revision=65796
Diffstat (limited to 'Mk/bsd.sites.mk')
-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 5048fde8efc2..2283e9013db8 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -278,9 +278,9 @@ MASTER_SITE_RUBY+= \ ftp://ftp.chg.ru/pub/lang/ruby/%SUBDIR%/ MASTER_SITE_SOURCEWARE+= \ - http://mirrors.rcn.net/mirrors/sources.redhat.com/%SUBDIR%/ \ + http://mirrors.rcn.net/pub/sourceware/%SUBDIR%/ \ ftp://mirrors.rcn.net/mirrors/sources.redhat.com/%SUBDIR%/ \ - ftp://ftp.funet.fi/pub/mirrors/sourceware.cygnus.com/pub/%SUBDIR%/ \ + ftp://ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/%SUBDIR%/ \ ftp://ftp.pvv.ntnu.no/pub/cygnus/sourceware.cygnus.com/%SUBDIR%/ \ ftp://ftp1.sinica.edu.tw/pub3/CYGNUS/%SUBDIR%/ \ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/sources.redhat.com/%SUBDIR%/ \ |