Ticket #28232: Platypus-Portfile.diff
File Platypus-Portfile.diff, 644 bytes (added by mklein-de (Michael Klein), 14 years ago) |
---|
-
Portfile
37 37 post-destroot { 38 38 reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh 39 39 40 # there is no English.lproj when building on Tiger but there is one on SL41 if {"darwin" == ${os.platform} && 8 ==${os.major}} {40 # there is no English.lproj when building on Tiger and Leopard but there is one on SL 41 if {"darwin" == ${os.platform} && 10 > ${os.major}} { 42 42 reinplace "s|English.lproj/||g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh 43 43 } 44 44