New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #12998: aquaterm.diff

File aquaterm.diff, 0.7 KB (added by takanori@…, 5 years ago)
  • Portfile

     
    5454                ${workpath}/adapters/pgplot/ReadMe 
    5555} 
    5656 
    57 set xcodebuilddir               build 
    58  
     57set xcodebuilddir build/Deployment 
    5958platform darwin 7 { 
    6059         post-extract { 
    6160                      cd ${workpath}/${name} 
    6261                      file link -symbolic AquaTermFwk-Info.plist AquaTerm.framework-Info.plist 
    6362        } 
     63        set xcodebuilddir build 
    6464} 
    6565 
    6666platform darwin 8 { 
    67 if {$xcodeversion == "2.1"} { 
    68         set xcodebuilddir       build/Deployment 
     67        if {$xcodeversion != "2.1"} { 
     68            set xcodebuilddir build 
     69        } 
    6970} 
    70 } 
    7171 
    7272build.type              pbx 
    7373build.dir               ${workpath}/${name}