Ticket #3716: Portfile.2.patch
File Portfile.2.patch, 784 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 if {[file exists ${worksrcpath}/build/Deployment]} { 37 file rename ${worksrcpath}/build/Deployment/NmapFE\ Launcher.app ${destroot}/Applications/DarwinPorts/${name} 38 } else { 39 file rename ${worksrcpath}/build/NmapFE\ Launcher.app ${destroot}/Applications/DarwinPorts/${name} 40 } 37 41 file rename ${worksrcpath}/Documentation ${destroot}/Applications/DarwinPorts/${name} 38 42 file rename ${worksrcpath}/NmapFE\ Read\ Me.rtf ${destroot}/Applications/DarwinPorts/${name} 39 43 }