Add MASTER_SITE_MOZILLA_ALL to MASTER_SITES because ESR version is hosted
at ftp.mozilla.org (only?).
This commit is contained in:
parent
71a5e83178
commit
4d48282142
2 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: dist.mk,v 1.1.1.1 2012/03/15 08:58:26 ryoon Exp $
|
||||
# $NetBSD: dist.mk,v 1.2 2012/03/19 20:33:32 ryoon Exp $
|
||||
#
|
||||
# used by devel/xulrunner10/Makefile
|
||||
# used by www/firefox10/Makefile
|
||||
|
@ -7,7 +7,8 @@ DISTNAME= firefox-${FIREFOX_VER}esr.source
|
|||
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
|
||||
MOZ_BRANCH= 10.0
|
||||
MOZ_BRANCH_MINOR= .3
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}esr/source/} \
|
||||
${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}esr/source/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
DISTINFO_FILE= ${.CURDIR}/../../devel/xulrunner10/distinfo
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/03/15 09:45:26 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2012/03/19 20:32:18 ryoon Exp $
|
||||
#
|
||||
|
||||
DISTNAME= thunderbird-${TB_VER}esr.source
|
||||
PKGNAME= thunderbird10-${TB_VER}
|
||||
TB_VER= 10.0.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}/source/}
|
||||
MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}esr/source/} \
|
||||
${MASTER_SITE_MOZILLA_ALL:=thunderbird/releases/${TB_VER}esr/source/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= tnn@NetBSD.org
|
||||
|
|
Loading…
Reference in a new issue