diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-08-03 01:18:42 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-08-03 01:18:42 +0000 |
commit | 0960ad93f46c318e1ed825b8e4d2497977f9855e (patch) | |
tree | b89d09939286c01c5281a94425e0428c0ca21e85 /Mk | |
parent | - Fix the entry for linux-quake4. Now this affect to linux-quake4 and (diff) |
- 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)
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index f4a3c47cc06e..ae69230a132f 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -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%/ \ |