Ticket #22571: Portfile-py-numpy.diff
File Portfile-py-numpy.diff, 394 bytes (added by christopherglong@…, 15 years ago) |
---|
-
Portfile
old new 32 32 } 33 33 34 34 post-destroot { 35 move ${destroot}${prefix}/bin/f2py ${destroot}${prefix}/bin/f2py2.4 35 if {${os.platform} == "darwin" && ${os.major} < 10} { 36 move ${destroot}${prefix}/bin/f2py ${destroot}${prefix}/bin/f2py${python.branch} 37 } 36 38 } 37 39 38 40 livecheck.distname NumPy