diff options
author | stas <stas@FreeBSD.org> | 2007-03-12 06:13:19 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-03-12 06:13:19 +0800 |
commit | a21934381dd0f188ed817932921bd1a23b687784 (patch) | |
tree | a624893f0369ededbc010c5a2613cda1b6424eb5 /Mk/bsd.sites.mk | |
parent | 8f474c49a80391ead73564004a155ddf9137d03b (diff) | |
download | freebsd-ports-gnome-a21934381dd0f188ed817932921bd1a23b687784.tar.gz freebsd-ports-gnome-a21934381dd0f188ed817932921bd1a23b687784.tar.zst freebsd-ports-gnome-a21934381dd0f188ed817932921bd1a23b687784.zip |
- Add Get-E mirrors for e17 stuff.
Diffstat (limited to 'Mk/bsd.sites.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%/ \ |