diff options
author | olgeni <olgeni@FreeBSD.org> | 2003-07-05 06:19:06 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2003-07-05 06:19:06 +0800 |
commit | 089748704cafab4cf0c3c2987cfe9148d5777c01 (patch) | |
tree | fb253fcccca499499624e0122d7729a9667c1518 /Mk | |
parent | 22b544f786124b066b584643e8783e7505898904 (diff) | |
download | freebsd-ports-gnome-089748704cafab4cf0c3c2987cfe9148d5777c01.tar.gz freebsd-ports-gnome-089748704cafab4cf0c3c2987cfe9148d5777c01.tar.zst freebsd-ports-gnome-089748704cafab4cf0c3c2987cfe9148d5777c01.zip |
MASTER_SITE_ECLIPSE: move faster site at beginning of list.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index c3318fca7b46..e97f793d1a08 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -141,8 +141,8 @@ MASTER_SITE_DEBIAN_NON_US+= \ ftp://ftp2.it.debian.org/debian-non-US/%SUBDIR%/ MASTER_SITE_ECLIPSE+= \ - ftp://download.eclipse.org/%SUBDIR%/ \ http://download.eclipse.org/downloads/drops/%SUBDIR%/ \ + ftp://download.eclipse.org/%SUBDIR%/ \ ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse/%SUBDIR%/ \ http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/%SUBDIR%/ \ ftp://ftp.tu-clausthal.de/pub/eclipse/downloads/drops/%SUBDIR%/ \ |