New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82662


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

qgit: simplify destroot

File:
1 edited

Legend:

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

    r82661 r82662  
    4646 
    4747destroot { 
    48     # Install to the application directory 
    49     xinstall -m 755 -d ${destroot}${applications_dir} 
    50     file delete -force ${destroot}${applications_dir}/qgit.app 
    51     file copy ${worksrcpath}/bin/qgit.app \ 
    52         ${destroot}${applications_dir} 
     48    copy ${worksrcpath}/bin/qgit.app ${destroot}${applications_dir} 
    5349 
    5450    # Also link to ${prefix}/bin for easier access from the command line 
    5551    # Especially useful since qgit is supposed to be started from 
    5652    # the GIT repository location. 
    57     system "ln -s ${applications_dir}/qgit.app/Contents/MacOS/qgit \ 
    58         ${destroot}${prefix}/bin" 
     53    ln -s ${applications_dir}/qgit.app/Contents/MacOS/qgit ${destroot}${prefix}/bin 
    5954} 
Note: See TracChangeset for help on using the changeset viewer.