diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 22:13:19 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 22:13:19 +0000 |
commit | 40594b52a6537be5948aae8d0af40e3519c3d2c2 (patch) | |
tree | 1608f5ecb65f1b9e227555139c3113a02545767c /Mk | |
parent | 0c595dfd5b1daea37beb3148ea01ed9598af2b44 (diff) | |
download | freebsd-ports-40594b52a6537be5948aae8d0af40e3519c3d2c2.zip |
- Add Get-E mirrors for e17 stuff.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 92c3dc4ca8d5..253f082ee716 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -412,6 +412,16 @@ MASTER_SITE_GENTOO+= \ ftp://gentoo.kems.net/pub/mirrors/gentoo/%SUBDIR%/ .endif +.if !defined(IGNORE_MASTER_SITE_GET_E) +MASTER_SITE_GET_E+= \ + http://www0.get-e.org/%SUBDIR%/_files/ \ + http://www1.get-e.org/%SUBDIR%/_files/ \ + http://www2.get-e.org/%SUBDIR%/_files/ \ + http://www3.get-e.org/%SUBDIR%/_files/ \ + http://www4.get-e.org/%SUBDIR%/_files/ \ + http://www5.get-e.org/%SUBDIR%/_files/ +.endif + .if !defined(IGNORE_MASTER_SITE_GNOME) MASTER_SITE_GNOME+= \ ftp://ftp.belnet.be/mirror/ftp.gnome.org/%SUBDIR%/ \ |