diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-04-10 16:11:19 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-04-10 16:11:19 +0800 |
commit | 2b7266e8442525d37eefbace7a9024f870ccfcd7 (patch) | |
tree | 9d97902a3e6caeb0dd6f65514d88a1aa61302760 /Mk | |
parent | 871ca92775d8650af12106948b0a2b0ae671759c (diff) | |
download | freebsd-ports-graphics-2b7266e8442525d37eefbace7a9024f870ccfcd7.tar.gz freebsd-ports-graphics-2b7266e8442525d37eefbace7a9024f870ccfcd7.tar.zst freebsd-ports-graphics-2b7266e8442525d37eefbace7a9024f870ccfcd7.zip |
Move download.eclipse.org at the end of MASTER_SITE_ECLIPSE, it's very slow.
Confirmed by: QAT, rnoland@
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 863ca0b4e96..d34e67d9348 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -202,8 +202,6 @@ MASTER_SITE_EASYSW+= \ .if !defined(IGNORE_MASTER_SITE_ECLIPSE) MASTER_SITE_ECLIPSE+= \ - http://download.eclipse.org/eclipse/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%/ \ @@ -215,6 +213,8 @@ MASTER_SITE_ECLIPSE+= \ http://www.eclipse.ps.pl/downloads/drops/%SUBDIR%/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/eclipse/downloads/drops/&,} \ ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops/%SUBDIR%/ + http://download.eclipse.org/eclipse/downloads/drops/%SUBDIR%/ \ + ftp://download.eclipse.org/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_EXIM) |