- 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:
parent
56b242db6e
commit
0960ad93f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169518
1 changed files with 5 additions and 0 deletions
|
@ -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%/ \
|
||||
|
|
Loading…
Reference in a new issue