Ticket #17998: patch-Portfile.diff
File patch-Portfile.diff, 609 bytes (added by sanchom (Sancho McCann), 16 years ago) |
---|
-
Portfile
old new 76 76 set framewdir ${framewpath}/Versions/${branch} 77 77 78 78 foreach dir { lib include } { 79 file rename ${destroot}${framewdir}/${dir}/python${branch} ${destroot}${prefix}/${dir} 80 ln -s ${prefix}/${dir}/python${branch} ${destroot}${framewdir}/${dir}/python${branch} 79 ln -s ${framewdir}/${dir}/python${branch} ${destroot}${prefix}/${dir}/python${branch} 81 80 } 82 81 83 82 ln -s ${framewdir}/Python ${destroot}${prefix}/lib/libpython${branch}.dylib