summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorryoon <ryoon>2012-03-19 20:32:18 +0000
committerryoon <ryoon>2012-03-19 20:32:18 +0000
commit71dd722455a9ab6dc961b4a6af816055e153db92 (patch)
treef105ce62f5ece8ea7d29139d49f491b0b3fa29db /mail
parentd59433729d3dde82a8ffe8144624b43abecfd429 (diff)
downloadpkgsrc-71dd722455a9ab6dc961b4a6af816055e153db92.tar.gz
Add MASTER_SITE_MOZILLA_ALL to MASTER_SITES because ESR version is hosted
at ftp.mozilla.org (only?).
Diffstat (limited to 'mail')
-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