New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82086


Ignore:
Timestamp:
08/07/11 09:38:28 (4 years ago)
Author:
rmstonecipher@…
Message:

aqua/Platypus is non-universal on Snow Leopard and Lion (closes #30534, maintainer timeout)

File:
1 edited

Legend:

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

    r80309 r82086  
    3535destroot.target Platypus 
    3636 
     37if {"darwin" == ${os.platform} && ${os.major} >= 10} { 
     38    universal_variant   no 
     39} 
     40 
    3741post-destroot { 
    3842        reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/Scripts/InstallCommandLineTool.sh 
Note: See TracChangeset for help on using the changeset viewer.