Ticket #3716: Portfile.patch

File Portfile.patch, 605 bytes (added by jens@…, 19 years ago)

Patches the portfile to use the correct directory structure

  • Portfile

    old new  
    3333
    3434destroot        {
    3535                xinstall -d -m 755 ${destroot}/Applications/DarwinPorts/${name}
    36                 file rename ${worksrcpath}/build/NmapFE\ Launcher.app ${destroot}/Applications/DarwinPorts/${name}
     36                file rename ${worksrcpath}/build/Deployment/NmapFE\ Launcher.app ${destroot}/Applications/DarwinPorts/${name}
    3737                file rename ${worksrcpath}/Documentation ${destroot}/Applications/DarwinPorts/${name}
    3838                file rename ${worksrcpath}/NmapFE\ Read\ Me.rtf ${destroot}/Applications/DarwinPorts/${name}
    3939}