[49926] trunk/dports/graphics/comix/Portfile

perry at macports.org perry at macports.org
Mon Apr 20 01:06:02 PDT 2009


Revision: 49926
          http://trac.macports.org/changeset/49926
Author:   perry at macports.org
Date:     2009-04-20 01:06:02 -0700 (Mon, 20 Apr 2009)
Log Message:
-----------
graphics/comix - Bumped the revision.
* Use ${prefix}/bin/python2.6 rather than /usr/bin/env python.

Modified Paths:
--------------
    trunk/dports/graphics/comix/Portfile

Modified: trunk/dports/graphics/comix/Portfile
===================================================================
--- trunk/dports/graphics/comix/Portfile	2009-04-20 07:55:23 UTC (rev 49925)
+++ trunk/dports/graphics/comix/Portfile	2009-04-20 08:06:02 UTC (rev 49926)
@@ -4,7 +4,7 @@
 
 name                comix
 version             4.0.4
-revision            0
+revision            1
 categories          graphics
 maintainers         perry
 platforms           darwin
@@ -31,5 +31,11 @@
 
 build               {}
 
-destroot.cmd        ${prefix}/bin/python2.6 install.py --dir ${destroot}${prefix} --no-mime
+set python.bin      ${prefix}/bin/python2.6
+
+pre-destroot {
+    reinplace "s|/usr/bin/env python|${python.bin}|" ${worksrcpath}/src/comix.py
+}
+
+destroot.cmd        ${python.bin} install.py --dir ${destroot}${prefix} --no-mime
 destroot.destdir    {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090420/be1ec700/attachment.html>


More information about the macports-changes mailing list