Ticket #5600: Portfile.patch

File Portfile.patch, 504 bytes (added by jarimatti@…, 18 years ago)

My suggested patch to ihook Portfile.

  • Portfile

    old new  
    3030        cd ${worksrcpath}
    3131        set appPath ${destroot}/Applications/DarwinPorts
    3232        xinstall -d -m 0755 ${appPath}
    33         system "cp -R build/${appName}.app ${appPath}/${appName}.app"
     33        system "cp -R build/Deployment/${appName}.app ${appPath}/${appName}.app"
    3434        set docPath ${destroot}${prefix}/share/doc/${name}
    3535        xinstall -d -m 0755 ${docPath}
    3636        xinstall -m 0644 "${appName} Lexicon.rtf" ${docPath}