Ticket #17998: macports-python25.17998.patch
File macports-python25.17998.patch, 723 bytes (added by mleinart@…, 16 years ago) |
---|
-
Portfile
old new 1 # $Id $1 # $Id: Portfile 45823 2009-01-22 22:48:16Z toby@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 … … 72 72 set framewdir ${framewpath}/Versions/${branch} 73 73 74 74 foreach dir { lib include } { 75 file rename ${destroot}${framewdir}/${dir}/python${branch} ${destroot}${prefix}/${dir} 76 ln -s ${prefix}/${dir}/python${branch} ${destroot}${framewdir}/${dir}/python${branch} 75 ln -s ${framewdir}/${dir}/python${branch} ${destroot}${prefix}/${dir}/python${branch} 77 76 } 78 77 79 78 ln -s ${framewdir}/Python ${destroot}${prefix}/lib/libpython${branch}.dylib