Ticket #3716: Portfile.patch
File Portfile.patch, 605 bytes (added by jens@…, 19 years ago) |
---|
-
Portfile
old new 33 33 34 34 destroot { 35 35 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} 37 37 file rename ${worksrcpath}/Documentation ${destroot}/Applications/DarwinPorts/${name} 38 38 file rename ${worksrcpath}/NmapFE\ Read\ Me.rtf ${destroot}/Applications/DarwinPorts/${name} 39 39 }