New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79569


Ignore:
Timestamp:
06/18/11 08:51:59 (4 years ago)
Author:
css@…
Message:

Remove a non-needed darwin block. This does not affect the build, so I'm not bumping the revision. refs #29770

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/cmake/Portfile

    r76282 r79569  
    4848} 
    4949 
    50 platform darwin { 
    51         post-configure { 
    52                 if {[variant_isset universal]} { 
    53                         set dirs {} 
    54                         foreach arch ${universal_archs_to_use} { 
    55                                 lappend dirs ${worksrcpath}-${arch} 
    56                         } 
    57                 } else { 
    58                         set dirs ${worksrcpath} 
    59                 } 
    60         } 
    61 } 
    62  
    6350post-destroot { 
    6451        xinstall -d -m 0755 ${destroot}${prefix}/share/emacs/site-lisp 
Note: See TracChangeset for help on using the changeset viewer.