Ticket #20522: Portfile.diff

File Portfile.diff, 557 bytes (added by neric27@…, 15 years ago)

patch to create a symlink to share

  • Portfile

    old new  
    104104            file rename ${destroot}${framewdir}/${dir}/python${branch} ${destroot}${prefix}/${dir}
    105105            ln -s ${prefix}/${dir}/python${branch} ${destroot}${framewdir}/${dir}/python${branch}
    106106        }
     107        ln -s ${prefix}/share ${destroot}${framewdir}/share
    107108
    108109        ln -s ${framewdir}/Python ${destroot}${prefix}/lib/libpython${branch}.dylib
    109110