[112324] trunk/dports/devel/hsshellscript/Portfile
jmr at macports.org
jmr at macports.org
Fri Oct 18 04:34:58 PDT 2013
Revision: 112324
https://trac.macports.org/changeset/112324
Author: jmr at macports.org
Date: 2013-10-18 04:34:58 -0700 (Fri, 18 Oct 2013)
Log Message:
-----------
hsshellscript: set reinplace locale so sed doesn't fail on 10.8
Modified Paths:
--------------
trunk/dports/devel/hsshellscript/Portfile
Modified: trunk/dports/devel/hsshellscript/Portfile
===================================================================
--- trunk/dports/devel/hsshellscript/Portfile 2013-10-18 11:21:39 UTC (rev 112323)
+++ trunk/dports/devel/hsshellscript/Portfile 2013-10-18 11:34:58 UTC (rev 112324)
@@ -27,8 +27,8 @@
configure {
set ghcversion [ exec ghc --version | sed "s|^.*version ||" ]
- reinplace s|/usr/local/imports|${prefix}/lib/ghc-${ghcversion}/imports| ${worksrcpath}/Makefile
- reinplace s|/usr/local|${prefix}|g ${worksrcpath}/Makefile
+ reinplace -locale en_US.ISO8859-1 s|/usr/local/imports|${prefix}/lib/ghc-${ghcversion}/imports| ${worksrcpath}/Makefile
+ reinplace -locale en_US.ISO8859-1 s|/usr/local|${prefix}|g ${worksrcpath}/Makefile
}
build.target { }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131018/fb5131ca/attachment.html>
More information about the macports-changes
mailing list