Ticket #5723: Portfile.patch

File Portfile.patch, 421 bytes (added by josh_root@…, 18 years ago)

suggested fix

  • Portfile

    old new  
    2020worksrcdir       ${name}_${version}
    2121
    2222configure        {}
     23post-configure {
     24       file rename -force ${worksrcpath}/makefile.macosx ${worksrcpath}/makefile.machine
     25}
    2326
    2427destroot.destdir DEST_BIN=${destroot}${prefix}/bin \
    2528                 DEST_SHARE=${destroot}${prefix}/lib/${name} \