Changeset 80309
- Timestamp:
- 07/08/11 17:19:56 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/aqua/Platypus/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/aqua/Platypus/Portfile
r77136 r80309 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 }
Note: See TracChangeset
for help on using the changeset viewer.

