Ticket #17998: patch-Portfile.diff

File patch-Portfile.diff, 609 bytes (added by sanchom (Sancho McCann), 15 years ago)

Updated python25 patch (patches most recent version).

  • Portfile

    old new  
    7676        set framewdir  ${framewpath}/Versions/${branch}
    7777
    7878        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}
    8180        }
    8281
    8382        ln -s ${framewdir}/Python ${destroot}${prefix}/lib/libpython${branch}.dylib