1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Make MASTER_SITES_MOZILLA_EXTENDED follow same format as other master sites

This commit is contained in:
Michael Johnson 2006-08-03 01:24:34 +00:00
parent e48ccd6077
commit 768198b5bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169520

View File

@ -647,8 +647,9 @@ MASTER_SITE_MOZILLA+= \
.endif
.if !defined(IGNORE_MASTER_SITE_MOZILLA_EXTENDED)
MASTER_SITE_MOZILLA_EXTENDED+= http://releases.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
${MASTER_SITE_MOZILLA}
MASTER_SITE_MOZILLA_EXTENDED+= \
http://releases.mozilla.org/pub/mozilla.org/%SUBDIR%/ \
${MASTER_SITE_MOZILLA}
.endif
.if !defined(IGNORE_MASTER_SITE_MYSQL)