diff options
author | pat <pat@FreeBSD.org> | 2002-06-20 03:21:53 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-20 03:21:53 +0800 |
commit | 5ceffd7a3532296092b45d41eec3ffd475126de9 (patch) | |
tree | 46e08efdb484a7b5cf4659ab405ef3eb6e18fec7 /Mk | |
parent | bde5a68d7da88ef71e4255008e7a362ebc78dd14 (diff) | |
download | freebsd-ports-gnome-5ceffd7a3532296092b45d41eec3ffd475126de9.tar.gz freebsd-ports-gnome-5ceffd7a3532296092b45d41eec3ffd475126de9.tar.zst freebsd-ports-gnome-5ceffd7a3532296092b45d41eec3ffd475126de9.zip |
Directory structure slightly changed in 2 of the GNU mirrors
PR: ports/39533
Submitted by: Jason Harris <jharris@widomaker.com>
Diffstat (limited to '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 077be0481cdc..339acc5f9a02 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -97,10 +97,10 @@ MASTER_SITE_GNU+= \ ftp://ftp.funet.fi/pub/gnu/prep/%SUBDIR%/ \ ftp://ftp.leo.org/pub/comp/os/unix/gnu/%SUBDIR%/ \ ftp://ftp.digex.net/pub/gnu/%SUBDIR%/ \ - ftp://ftp.wustl.edu/systems/gnu/%SUBDIR%/ \ + ftp://ftp.wustl.edu/mirrors/gnu/%SUBDIR%/ \ ftp://ftp.kddlabs.co.jp/pub/gnu/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,GNU/&,} \ - ftp://ftp.mirror.ac.uk/sites/ftp.gnu.org/pub/gnu/%SUBDIR%/ \ + ftp://ftp.mirror.ac.uk/sites/ftp.gnu.org/gnu/%SUBDIR%/ \ ftp://sunsite.org.uk/Mirrors/ftp.gnu.org/pub/gnu/%SUBDIR%/ \ ftp://ftp.informatik.hu-berlin.de/pub/gnu/%SUBDIR%/ \ ftp://ftp.rediris.es/mirror/gnu/%SUBDIR%/ \ |