From c4a821b368f084d08d1c64b155370da49b8df1b7 Mon Sep 17 00:00:00 2001 From: Andrew Pantyukhin Date: Thu, 14 Sep 2006 13:38:33 +0000 Subject: - Update to 1.5.0.7 - Include all locales when package_building [1] Inspired by: Marcin Wisnicki [1] --- mail/thunderbird-i18n/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'mail/thunderbird-i18n/Makefile') diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile index 07e6b8d41512..5796b246a64f 100644 --- a/mail/thunderbird-i18n/Makefile +++ b/mail/thunderbird-i18n/Makefile @@ -6,7 +6,7 @@ # PORTNAME= thunderbird-i18n -PORTVERSION= 1.5.0.5 +PORTVERSION= 1.5.0.7 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= @@ -24,8 +24,12 @@ NO_BUILD= yes USE_XPI= *thunderbird THUNDERBIRD_I18N_ALL= bg ca cs da de el en-GB es-AR es-ES eu fi fr ga-IE gu-IN he hu it \ - ja ko mk nb-NO nl pa-IN pl pt-BR ro ru sk sl sv-SE tr zh-CN + ja ko lt mk nb-NO nl pa-IN pl pt-BR ru sk sl sv-SE tr zh-CN +.ifdef PACKAGE_BUILDING +THUNDERBIRD_I18N?= all +.else THUNDERBIRD_I18N?= zh-CN de fr ja ru it es-ES +.endif .if ${THUNDERBIRD_I18N} == all THUNDERBIRD_I18N_= ${THUNDERBIRD_I18N_ALL} -- cgit v1.2.3