[54246] trunk/dports/net/canto/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jul 23 12:46:28 PDT 2009


Revision: 54246
          http://trac.macports.org/changeset/54246
Author:   ryandesign at macports.org
Date:     2009-07-23 12:46:28 -0700 (Thu, 23 Jul 2009)
Log Message:
-----------
canto: don't hardcode /opt/local

Modified Paths:
--------------
    trunk/dports/net/canto/Portfile

Modified: trunk/dports/net/canto/Portfile
===================================================================
--- trunk/dports/net/canto/Portfile	2009-07-23 19:45:42 UTC (rev 54245)
+++ trunk/dports/net/canto/Portfile	2009-07-23 19:46:28 UTC (rev 54246)
@@ -25,5 +25,5 @@
 
 
 post-destroot {
-ln -s /opt/local/Library/Frameworks/Python.framework/Versions/2.6/bin/canto /opt/local/bin/canto
+    ln -s ${prefix}/Library/Frameworks/Python.framework/Versions/2.6/bin/canto ${prefix}/bin/canto
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090723/209b7411/attachment.html>


More information about the macports-changes mailing list