diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2016-05-31 08:06:39 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2016-05-31 08:06:39 +0000 |
commit | f80efdd76ed8005ae0beffbd00d9aa6016ad3c52 (patch) | |
tree | 71790e1e2c8672c1c0782982b39d58a877e385e3 /Mk | |
parent | 62a69c86d4a97658fe3ee9719933a17c89e99373 (diff) |
- Add one more MASTER_SITE_ECLIPSE
Notes
Notes:
svn path=/head/; revision=416186
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index e098a7262c0f..443f1434eba5 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -179,7 +179,8 @@ MASTER_SITE_ECLIPSE+= \ ftp://sunsite.cnlab-switch.ch/mirror/eclipse/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops/%SUBDIR%/ \ ftp://sunsite.cnlab-switch.ch/mirror/eclipse/eclipse/downloads/drops4/%SUBDIR%/ \ - http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/%SUBDIR%/ + http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/%SUBDIR%/ \ + http://eclipse.stu.edu.tw/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_EXIM) |