New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82639


Ignore:
Timestamp:
08/17/11 02:07:50 (4 years ago)
Author:
ryandesign@…
Message:

recoll: use app portgroup; see #30818

File:
1 edited

Legend:

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

    r81420 r82639  
    33 
    44PortSystem          1.0 
     5PortGroup           app 1.0 
    56 
    67name                recoll 
    78version             1.15.9 
    8 revision            1 
     9revision            2 
    910categories          textproc 
    1011platforms           darwin 
     
    4546# g++-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags 
    4647universal_variant   no 
    47  
    48 post-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.