Ticket #6330: iTerm.Portfile.diff
File iTerm.Portfile.diff, 734 bytes (added by bfulgham@…, 19 years ago) |
---|
-
aqua/iTerm/Portfile
old new 24 24 use_configure no 25 25 26 26 build.type pbx 27 build.target -target ${name} 27 build.target -target ${name} -configuration Deployment 28 28 build.args build -project ${name}.xcode 29 29 30 set xcodebuilddir build 31 platform darwin 8 { 32 if {$xcodeversion == "2.1"} { 33 set xcodebuilddir build/Deployment 34 } 35 } 36 30 37 destroot { 31 38 xinstall -d -m 755 ${destroot}/Applications/DarwinPorts 32 file copy ${build.dir}/ build/${name}.app \39 file copy ${build.dir}/${xcodebuilddir}/${name}.app \ 33 40 ${destroot}/Applications/DarwinPorts/${name}.app 34 41 }