[48024] trunk/dports/textproc/meld/Portfile

blb at macports.org blb at macports.org
Thu Mar 12 23:18:22 PDT 2009


Revision: 48024
          http://trac.macports.org/changeset/48024
Author:   blb at macports.org
Date:     2009-03-12 23:18:21 -0700 (Thu, 12 Mar 2009)
Log Message:
-----------
textproc/meld - make sure MacPorts' python is used by meld, ticket #14290
(maintainer timeout)

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

Modified: trunk/dports/textproc/meld/Portfile
===================================================================
--- trunk/dports/textproc/meld/Portfile	2009-03-13 03:52:56 UTC (rev 48023)
+++ trunk/dports/textproc/meld/Portfile	2009-03-13 06:18:21 UTC (rev 48024)
@@ -3,6 +3,7 @@
 
 name			meld
 version			1.2
+revision		1
 categories		textproc devel
 maintainers		landonf at macports.org
 homepage		http://meld.sourceforge.net/
@@ -29,7 +30,7 @@
 
 post-patch {
 	reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/INSTALL
-	reinplace "s|#! /usr/bin/env python|#! /usr/bin/env python2.5|" ${worksrcpath}/meld
+	reinplace "s|#! /usr/bin/env python|#! ${prefix}/bin/python2.5|" ${worksrcpath}/meld
 
 	file mkdir ${worksrcpath}/help/fr/figures
 	file mkdir ${worksrcpath}/help/oc/figures
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090312/f5eca961/attachment.html>


More information about the macports-changes mailing list