[49213] trunk/dports/python/py25-numpy/Portfile

ram at macports.org ram at macports.org
Sun Apr 5 09:46:28 PDT 2009


Revision: 49213
          http://trac.macports.org/changeset/49213
Author:   ram at macports.org
Date:     2009-04-05 09:46:27 -0700 (Sun, 05 Apr 2009)
Log Message:
-----------
python/py25-numpy: use ${python.branch}, don't hard code 2.5

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

Modified: trunk/dports/python/py25-numpy/Portfile
===================================================================
--- trunk/dports/python/py25-numpy/Portfile	2009-04-05 16:42:26 UTC (rev 49212)
+++ trunk/dports/python/py25-numpy/Portfile	2009-04-05 16:46:27 UTC (rev 49213)
@@ -32,7 +32,7 @@
 }
 
 post-destroot {
-  move ${destroot}${prefix}/bin/f2py ${destroot}${prefix}/bin/f2py2.5
+  move ${destroot}${prefix}/bin/f2py ${destroot}${prefix}/bin/f2py${python.branch}
 }
 
 livecheck.distname  NumPy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090405/7f6f75ad/attachment.html>


More information about the macports-changes mailing list