diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-05-04 00:08:07 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-05-04 00:08:07 +0000 |
commit | f9eba05f1ac6786e269514a4869c8a98c2070789 (patch) | |
tree | 2f05ee91c61d76688a6598e094a0d5d7149a9882 /www/firefox10-l10n | |
parent | 28b318b3b1bc178936d801adf826bef6a9c7fb0f (diff) | |
download | pkgsrc-f9eba05f1ac6786e269514a4869c8a98c2070789.tar.gz |
Add MASTER_SITE_MOZILLA_ESR, for Extended Support Release version of
mozilla.org products (firefox and thunderbird).
Suggested by obache on pkgsrc-changes@.
Diffstat (limited to 'www/firefox10-l10n')
-rw-r--r-- | www/firefox10-l10n/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/firefox10-l10n/Makefile b/www/firefox10-l10n/Makefile index be4caf10ab8..dffbd2c99fb 100644 --- a/www/firefox10-l10n/Makefile +++ b/www/firefox10-l10n/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2012/04/29 16:30:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2012/05/04 00:08:07 ryoon Exp $ # FIREFOX_VER= 10.0.4 PKGNAME= firefox10-l10n-${FIREFOX_VER} DISTNAME= # empty CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}esr/linux-i686/xpi/} \ - ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}esr/linux-i686/xpi/} +MASTER_SITES= ${MASTER_SITE_MOZILLA_ESR:=firefox/releases/${FIREFOX_VER}esr/linux-i686/xpi/} MAINTAINER= tnn@NetBSD.org HOMEPAGE= http://www.mozilla.com/en-US/firefox/ |