Ticket #17998: macports-python25.17998.patch

File macports-python25.17998.patch, 723 bytes (added by mleinart@…, 15 years ago)
  • Portfile

    old new  
    1 # $Id$
     1# $Id: Portfile 45823 2009-01-22 22:48:16Z toby@macports.org $
    22
    33PortSystem 1.0
    44
     
    7272        set framewdir  ${framewpath}/Versions/${branch}
    7373
    7474        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}
    7776        }
    7877
    7978        ln -s ${framewdir}/Python ${destroot}${prefix}/lib/libpython${branch}.dylib