summaryrefslogtreecommitdiff
path: root/mail/thunderbird10
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-03-19 20:32:18 +0000
committerryoon <ryoon@pkgsrc.org>2012-03-19 20:32:18 +0000
commit4d48282142375fd18c3b617611d4a6eb60b37872 (patch)
treef105ce62f5ece8ea7d29139d49f491b0b3fa29db /mail/thunderbird10
parent71a5e8317847356e99c6c4281a0864a59daf9a93 (diff)
downloadpkgsrc-4d48282142375fd18c3b617611d4a6eb60b37872.tar.gz
Add MASTER_SITE_MOZILLA_ALL to MASTER_SITES because ESR version is hosted
at ftp.mozilla.org (only?).
Diffstat (limited to 'mail/thunderbird10')
-rw-r--r--mail/thunderbird10/Makefile5
1 files changed, 3 insertions, 2 deletions
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