Ticket #4360: Portfile.diff

File Portfile.diff, 343 bytes (added by cthe24@…, 19 years ago)

This is my Portfile.diff to resolve this bug.

  • Portfile

    old new  
    2929
    3030destroot        {
    3131        xinstall -d -m 755 ${destroot}/Applications/DarwinPorts
    32         file copy ${build.dir}/build/${name}.app \
     32        file copy ${build.dir}/build/Default/${name}.app \
    3333                ${destroot}/Applications/DarwinPorts/${name}.app
    3434}