summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/xulrunner10/dist.mk5
-rw-r--r--mail/thunderbird10/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/xulrunner10/dist.mk b/devel/xulrunner10/dist.mk
index 8b76f908c5a..a7b586ebfbe 100644
--- a/devel/xulrunner10/dist.mk
+++ b/devel/xulrunner10/dist.mk
@@ -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
diff --git a/mail/thunderbird10/Makefile b/mail/thunderbird10/Makefile
index ea83cf158c0..49524e07afb 100644
--- a/mail/thunderbird10/Makefile
+++ b/mail/thunderbird10/Makefile
@@ -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