aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-08-03 01:18:42 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-08-03 01:18:42 +0000
commit0960ad93f46c318e1ed825b8e4d2497977f9855e (patch)
treeb89d09939286c01c5281a94425e0428c0ca21e85 /Mk/bsd.sites.mk
parent56b242db6eb826e558898687f256890bf516f08b (diff)
downloadports-0960ad93f46c318e1ed825b8e4d2497977f9855e.tar.gz
ports-0960ad93f46c318e1ed825b8e4d2497977f9855e.zip
- 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)
Notes
Notes: svn path=/head/; revision=169518
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk5
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%/ \