[61422] trunk/dports/python/py26-pycallgraph/Portfile

nox at macports.org nox at macports.org
Thu Dec 10 18:04:41 PST 2009


Revision: 61422
          http://trac.macports.org/changeset/61422
Author:   nox at macports.org
Date:     2009-12-10 18:04:37 -0800 (Thu, 10 Dec 2009)
Log Message:
-----------
Properly install py26-pycallgraph binary into prefix/bin

Modified Paths:
--------------
    trunk/dports/python/py26-pycallgraph/Portfile

Modified: trunk/dports/python/py26-pycallgraph/Portfile
===================================================================
--- trunk/dports/python/py26-pycallgraph/Portfile	2009-12-11 01:54:24 UTC (rev 61421)
+++ trunk/dports/python/py26-pycallgraph/Portfile	2009-12-11 02:04:37 UTC (rev 61422)
@@ -6,6 +6,7 @@
 name            py26-pycallgraph
 set my_name     pycallgraph
 version         0.5.1
+revision        1
 license         GPLv2
 categories-append   devel
 platforms       darwin
@@ -25,6 +26,8 @@
                 rmd160  bb46a88afa374db4552e6311f897fa50245af314
 
 post-destroot {
+    ln -s ${frameworks_dir}/Python.framework/Versions/${python.branch}/bin/sip/${my_name} \
+        ${destroot}${prefix}/bin/${my_name}-${python.branch}
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}/html
     xinstall -m 644 -W $worksrcpath COPYING ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091210/bdadea8f/attachment.html>


More information about the macports-changes mailing list