diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird10-l10n/Makefile | 5 | ||||
-rw-r--r-- | mail/thunderbird10/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/mail/thunderbird10-l10n/Makefile b/mail/thunderbird10-l10n/Makefile index 2abdb897d39..c92bc62de29 100644 --- a/mail/thunderbird10-l10n/Makefile +++ b/mail/thunderbird10-l10n/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2012/04/29 20:36:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2012/05/04 00:08:07 ryoon Exp $ # TB_VER= 10.0.4 PKGNAME= thunderbird10-l10n-${TB_VER} DISTNAME= # empty CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}esr/linux-i686/xpi/} \ - ${MASTER_SITE_MOZILLA_ALL:=thunderbird/releases/${TB_VER}esr/linux-i686/xpi/} +MASTER_SITES= ${MASTER_SITE_MOZILLA_ESR:=thunderbird/releases/${TB_VER}esr/linux-i686/xpi/} MAINTAINER= tnn@NetBSD.org HOMEPAGE= http://www.mozillamessaging.com/en-US/thunderbird/ diff --git a/mail/thunderbird10/Makefile b/mail/thunderbird10/Makefile index 98ee211cf2b..0d7d337f9bc 100644 --- a/mail/thunderbird10/Makefile +++ b/mail/thunderbird10/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2012/04/29 20:36:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2012/05/04 00:08:07 ryoon Exp $ # DISTNAME= thunderbird-${TB_VER}esr.source PKGNAME= thunderbird10-${TB_VER} TB_VER= 10.0.4 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_MOZILLA:=thunderbird/releases/${TB_VER}esr/source/} \ - ${MASTER_SITE_MOZILLA_ALL:=thunderbird/releases/${TB_VER}esr/source/} +MASTER_SITES= ${MASTER_SITE_MOZILLA_ESR:=thunderbird/releases/${TB_VER}esr/source/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tnn@NetBSD.org |