Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2010 19:06:07 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r279 - branches/experimental/www/seamonkey2-i18n trunk/www/seamonkey2-i18n
Message-ID:  <201002251906.o1PJ67tW031737@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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"|\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002251906.o1PJ67tW031737>