New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80735


Ignore:
Timestamp:
07/16/11 11:04:09 (4 years ago)
Author:
jeremyhu@…
Message:

VLC: Revert my previous VLC.app target change and make a comment about why it's needed to warn of anyone from doing it in the future

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/multimedia/VLC/Portfile

    r80173 r80735  
    261261 
    262262platform macosx { 
    263     build.target-append VLC.app 
     263    # The VLC.app target is not well-written, so we need to do it during destroot 
     264    destroot.target-append VLC.app 
    264265    post-destroot { 
    265266        file rename ${worksrcpath}/VLC.app ${destroot}${applications_dir}/VLC.app 
Note: See TracChangeset for help on using the changeset viewer.