New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80309


Ignore:
Timestamp:
07/08/11 17:19:56 (4 years ago)
Author:
ryandesign@…
Message:

Platypus: fix build on Leopard; see #28232

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/Platypus/Portfile

    r77136 r80309  
    3838        reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh 
    3939 
    40         # there is no English.lproj when building on Tiger but there is one on SL 
    41         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}} { 
    4242                reinplace "s|English.lproj/||g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh 
    4343        } 
Note: See TracChangeset for help on using the changeset viewer.