Author: jbeich
Date: Wed Feb 12 18:01:00 2014
New Revision: 1494

Log:
rename i18n to l10n, translation is part of localization

Modified:
   trunk/www/linux-tor-browser/Makefile
   trunk/www/linux-tor-browser/pkg-plist

Modified: trunk/www/linux-tor-browser/Makefile
==============================================================================
--- trunk/www/linux-tor-browser/Makefile        Tue Feb 11 21:28:32 2014        
(r1493)
+++ trunk/www/linux-tor-browser/Makefile        Wed Feb 12 18:01:00 2014        
(r1494)
@@ -85,11 +85,13 @@
 LOCALE=                ${${PORT_OPTIONS:MLANG_*}}
 
 OPTIONS_DEFAULT=LANG_US
-OPTIONS_SINGLE=        I18N
+OPTIONS_SINGLE=        L10N
+
+L10N_DESC?=    Localization
 
 .MAKE.FreeBSD_UL= yes
 .for l in ${ALL_LOCALES}
-OPTIONS_SINGLE_I18N+=LANG_${l:U:C/.*-//}
+OPTIONS_SINGLE_L10N+=LANG_${l:U:C/.*-//}
 LANG_${l:U:C/.*-//}= ${l}
 . if defined(PACKAGE_BUILDING)
 DISTFILES+=    ${DISTNAME:S/${LOCALE}/${l}/}${EXTRACT_SUFX}
@@ -99,9 +101,9 @@
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MLANG_US}
-PLIST_SUB+=    I18N="@comment "
+PLIST_SUB+=    L10N="@comment "
 .else
-PLIST_SUB+=    I18N="" LOCALE="${LOCALE}"
+PLIST_SUB+=    L10N="" LOCALE="${LOCALE}"
 .endif
 
 post-extract:

Modified: trunk/www/linux-tor-browser/pkg-plist
==============================================================================
--- trunk/www/linux-tor-browser/pkg-plist       Tue Feb 11 21:28:32 2014        
(r1493)
+++ trunk/www/linux-tor-browser/pkg-plist       Wed Feb 12 18:01:00 2014        
(r1494)
@@ -214,7 +214,7 @@
 
lib/linux-tor-browser/Skel/Browser/profile.default/extensions/[email protected]/components/ssl-observatory.js
 
lib/linux-tor-browser/Skel/Browser/profile.default/extensions/[email protected]/defaults/preferences/preferences.js
 
lib/linux-tor-browser/Skel/Browser/profile.default/extensions/[email protected]/install.rdf
-%%I18N%%lib/linux-tor-browser/Skel/Browser/profile.default/extensions/langpack-%%[email protected]
+%%L10N%%lib/linux-tor-browser/Skel/Browser/profile.default/extensions/langpack-%%[email protected]
 
lib/linux-tor-browser/Skel/Browser/profile.default/extensions/[email protected]
 
lib/linux-tor-browser/Skel/Browser/profile.default/extensions/[email protected]
 
lib/linux-tor-browser/Skel/Browser/profile.default/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to