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

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


Revision: 61423
          http://trac.macports.org/changeset/61423
Author:   nox at macports.org
Date:     2009-12-10 18:16:12 -0800 (Thu, 10 Dec 2009)
Log Message:
-----------
Fix py26-pycallgraph binary symlink

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

Modified: trunk/dports/python/py26-pycallgraph/Portfile
===================================================================
--- trunk/dports/python/py26-pycallgraph/Portfile	2009-12-11 02:04:37 UTC (rev 61422)
+++ trunk/dports/python/py26-pycallgraph/Portfile	2009-12-11 02:16:12 UTC (rev 61423)
@@ -26,7 +26,7 @@
                 rmd160  bb46a88afa374db4552e6311f897fa50245af314
 
 post-destroot {
-    ln -s ${frameworks_dir}/Python.framework/Versions/${python.branch}/bin/sip/${my_name} \
+    ln -s ${frameworks_dir}/Python.framework/Versions/${python.branch}/bin/${my_name} \
         ${destroot}${prefix}/bin/${my_name}-${python.branch}
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}/html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091210/526f7c84/attachment.html>


More information about the macports-changes mailing list