[109422] trunk/dports/archivers/makeself/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Aug 15 03:05:32 PDT 2013


Revision: 109422
          https://trac.macports.org/changeset/109422
Author:   ryandesign at macports.org
Date:     2013-08-15 03:05:32 -0700 (Thu, 15 Aug 2013)
Log Message:
-----------
makeself: tell reinplace that the file is ISO-8859-1 to fix error on Mountain Lion and above (#40124); license GPL-2+

Modified Paths:
--------------
    trunk/dports/archivers/makeself/Portfile

Modified: trunk/dports/archivers/makeself/Portfile
===================================================================
--- trunk/dports/archivers/makeself/Portfile	2013-08-15 09:30:03 UTC (rev 109421)
+++ trunk/dports/archivers/makeself/Portfile	2013-08-15 10:05:32 UTC (rev 109422)
@@ -7,6 +7,7 @@
 categories      archivers
 platforms       darwin
 maintainers     nomaintainer
+license         GPL-2+
 supported_archs noarch
 
 description     A small shell script that generates a self-extractable archives
@@ -32,7 +33,7 @@
 }
 
 post-patch {
-    reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/makeself.sh
+    reinplace -locale en_US.ISO8859-1 "s|@PREFIX@|${prefix}|g" ${worksrcpath}/makeself.sh
 }
 
 use_configure   no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130815/5429c139/attachment-0001.html>


More information about the macports-changes mailing list