New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79696


Ignore:
Timestamp:
06/23/11 12:30:35 (4 years ago)
Author:
jmr@…
Message:

python24: move setting of select.file outside of post-destroot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/python24/Portfile

    r78591 r79696  
    9191platform macosx { 
    9292    if {(![variant_isset universal] && ![string match *64* $build_arch]) || ([variant_isset universal] && ![string match *64* $universal_archs])} { 
     93        select.file     ${filespath}/python[string map {. {}} ${branch}] 
    9394        post-destroot { 
    9495            set framewpath ${frameworks_dir}/Python.framework 
     
    117118                ln -s ${prefix}/bin/${bin} ${destroot}${framewdir}/bin/${bin} 
    118119            } 
    119  
    120             select.file     ${filespath}/python[string map {. {}} ${branch}] 
    121120 
    122121            foreach dir { Headers Resources Python Versions/Current } { 
Note: See TracChangeset for help on using the changeset viewer.