New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81420


Ignore:
Timestamp:
07/29/11 23:27:01 (4 years ago)
Author:
ryandesign@…
Message:

recoll: add app in applications_dir; see #30466

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/recoll/Portfile

    r81419 r81420  
    66name                recoll 
    77version             1.15.9 
     8revision            1 
    89categories          textproc 
    910platforms           darwin 
     
    4445# g++-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags 
    4546universal_variant   no 
     47 
     48post-destroot { 
     49    set app Recoll 
     50    xinstall -d ${destroot}${applications_dir}/${app}.app/Contents/MacOS 
     51    ln -s ${prefix}/bin/recoll ${destroot}${applications_dir}/${app}.app/Contents/MacOS/${app} 
     52} 
Note: See TracChangeset for help on using the changeset viewer.