diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-21 22:19:53 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-21 22:19:53 +0000 |
commit | acbe5ee16b2451fd4c96ddd2714fe9b8211bdde2 (patch) | |
tree | a824fedee57202947b4b0e06456b76137220c14a /www/firefox-esr-i18n/Makefile | |
parent | 2f325a4929c55de4e6360ee4c5f954ae9e107f7d (diff) |
Notes
Diffstat (limited to 'www/firefox-esr-i18n/Makefile')
-rw-r--r-- | www/firefox-esr-i18n/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/firefox-esr-i18n/Makefile b/www/firefox-esr-i18n/Makefile index c1ce03a4156e..712e175cd6ca 100644 --- a/www/firefox-esr-i18n/Makefile +++ b/www/firefox-esr-i18n/Makefile @@ -6,10 +6,10 @@ # PORTNAME= firefox-i18n -PORTVERSION= 2.0.0.2 +PORTVERSION= 2.0.0.3 CATEGORIES= www MASTER_SITES= MOZILLA_EXTENDED/firefox/releases/${PORTVERSION}/linux-i686/xpi \ - CSME/myports/xpi/firefox-i18n-2.0.0.2:alt + CENKES/myports/xpi/firefox-i18n-2.0.0.2:alt PKGNAMEPREFIX= DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/:C/.*uk-UA.*/&:alt/} DIST_SUBDIR= xpi/${DISTNAME} @@ -24,6 +24,10 @@ RUN_DEPENDS+= xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-swit NO_BUILD= yes USE_XPI= *firefox +# To generate a list of all available locales: +# fetch http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.3/linux-i686/xpi/ +# perl -ne 'if (/([a-zA-Z_-]+)\.xpi/){print "$1 ";};' fetch.out + FIREFOX_I18N_ALL= af ar be bg ca cs da de el en-GB es-AR es-ES eu fi fr fy-NL ga-IE gu-IN he hu it \ ja ka ko ku lt mk mn nb-NO nl nn-NO pa-IN pl pt-BR pt-PT ru sk sl sv-SE tr \ uk-UA zh-CN zh-TW |