[95540] trunk/dports/aqua/Platypus/Portfile

jmr at macports.org jmr at macports.org
Sun Jul 15 15:25:28 PDT 2012


Revision: 95540
          https://trac.macports.org/changeset/95540
Author:   jmr at macports.org
Date:     2012-07-15 15:25:26 -0700 (Sun, 15 Jul 2012)
Log Message:
-----------
Platypus: fix paths in command line tool (#32974)

Modified Paths:
--------------
    trunk/dports/aqua/Platypus/Portfile

Modified: trunk/dports/aqua/Platypus/Portfile
===================================================================
--- trunk/dports/aqua/Platypus/Portfile	2012-07-15 22:02:23 UTC (rev 95539)
+++ trunk/dports/aqua/Platypus/Portfile	2012-07-15 22:25:26 UTC (rev 95540)
@@ -5,6 +5,7 @@
 
 name			Platypus
 version			4.4
+revision		1
 categories		aqua devel
 maintainers		me.com:tsupplis
 description		Program for creating application wrappers around scripts.
@@ -38,6 +39,10 @@
     universal_variant   no
 }
 
+post-patch {
+	reinplace "s|/usr/local|${prefix}|" ${worksrcpath}/CommandLineTool/platypus.1 ${worksrcpath}/CommonDefs.h
+}
+
 post-destroot {
 	reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120715/813153ab/attachment.html>


More information about the macports-changes mailing list