[SVN-Commit] r279 - branches/experimental/www/seamonkey2-i18n
trunk/www/seamonkey2-i18n
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Thu Feb 25 19:06:13 UTC 2010
Author: beat
Date: Thu Feb 25 19:06:06 2010
New Revision: 279
Log:
- Really fix localization packs this time
Modified:
branches/experimental/www/seamonkey2-i18n/Makefile
trunk/www/seamonkey2-i18n/Makefile
Modified: branches/experimental/www/seamonkey2-i18n/Makefile
==============================================================================
--- branches/experimental/www/seamonkey2-i18n/Makefile Thu Feb 25 18:07:38 2010 (r278)
+++ branches/experimental/www/seamonkey2-i18n/Makefile Thu Feb 25 19:06:06 2010 (r279)
@@ -75,8 +75,7 @@
post-patch:
${FIND} ${WRKSRC} -name install.rdf -print0 | \
- ${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/<?xml/,$$!d' \
- -e 's/\(langpack\)/\13/'
+ ${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/<?xml/,$$!d'
List-Langs:
@fetch -o- "http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/${PORTVERSION}/langpack"|\
Modified: trunk/www/seamonkey2-i18n/Makefile
==============================================================================
--- trunk/www/seamonkey2-i18n/Makefile Thu Feb 25 18:07:38 2010 (r278)
+++ trunk/www/seamonkey2-i18n/Makefile Thu Feb 25 19:06:06 2010 (r279)
@@ -75,8 +75,7 @@
post-patch:
${FIND} ${WRKSRC} -name install.rdf -print0 | \
- ${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/<?xml/,$$!d' \
- -e 's/\(langpack\)/\13/'
+ ${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/<?xml/,$$!d'
List-Langs:
@fetch -o- "http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/${PORTVERSION}/langpack"|\
More information about the freebsd-gecko
mailing list