diff options
-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 92c3dc4..253f082 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%/ \ |