[48659] trunk/dports/python/py25-pydb/Portfile

dweber at macports.org dweber at macports.org
Thu Mar 26 14:55:55 PDT 2009


Revision: 48659
          http://trac.macports.org/changeset/48659
Author:   dweber at macports.org
Date:     2009-03-26 14:55:55 -0700 (Thu, 26 Mar 2009)
Log Message:
-----------
changed /bin/pydb-2.6 to /bin/ to avoid conflicts with other python versions

Modified Paths:
--------------
    trunk/dports/python/py25-pydb/Portfile

Modified: trunk/dports/python/py25-pydb/Portfile
===================================================================
--- trunk/dports/python/py25-pydb/Portfile	2009-03-26 21:52:32 UTC (rev 48658)
+++ trunk/dports/python/py25-pydb/Portfile	2009-03-26 21:55:55 UTC (rev 48659)
@@ -37,6 +37,6 @@
 
 post-destroot {
     system "rm -f /opt/local/bin/pydb-${pyver}"
-    ln -s ${pysite}/pydb/pydb.py /opt/local/bin/pydb-${pyver}
+    ln -s ${pysite}/pydb/pydb.py /opt/local/bin/${name}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090326/6753a433/attachment.html>


More information about the macports-changes mailing list