- Add MASTER_SITE_MOZILLA_EXTENDED, this can be used for most gecko

extensions, themes, and most gecko's (add's 14+ hosts via
  releases.mozilla.org vs. MASTER_SITE_MOZILLA)
This commit is contained in:
Michael Johnson 2006-08-03 01:18:42 +00:00
parent 56b242db6e
commit 0960ad93f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169518

View file

@ -646,6 +646,11 @@ MASTER_SITE_MOZILLA+= \
ftp://ftp.chg.ru/pub/WWW/mozilla/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_MOZILLA_EXTENDED)
MASTER_SITE_MOZILLA_EXTENDED+= http://releases.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
${MASTER_SITE_MOZILLA}
.endif
.if !defined(IGNORE_MASTER_SITE_MYSQL)
MASTER_SITE_MYSQL+= \
ftp://ftp.easynet.be/mysql/Downloads/%SUBDIR%/ \