[90705] trunk/dports/textproc/canna/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Mar 12 15:51:34 PDT 2012


Revision: 90705
          http://trac.macports.org/changeset/90705
Author:   jeremyhu at macports.org
Date:     2012-03-12 15:51:34 -0700 (Mon, 12 Mar 2012)
Log Message:
-----------
canna: Canna.conf is not UTF8, so use C locale

Modified Paths:
--------------
    trunk/dports/textproc/canna/Portfile

Modified: trunk/dports/textproc/canna/Portfile
===================================================================
--- trunk/dports/textproc/canna/Portfile	2012-03-12 22:50:40 UTC (rev 90704)
+++ trunk/dports/textproc/canna/Portfile	2012-03-12 22:51:34 UTC (rev 90705)
@@ -44,7 +44,7 @@
 }
 
 post-patch {
-    reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/Canna.conf
+    reinplace -locale C "s|__PREFIX__|${prefix}|" ${worksrcpath}/Canna.conf
 }
 
 use_xmkmf       yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120312/84690414/attachment.html>


More information about the macports-changes mailing list