Ticket #30818: recoll.diff
File recoll.diff, 759 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup app 1.0 5 6 6 7 name recoll 7 8 version 1.15.9 8 revision 19 revision 2 9 10 categories textproc 10 11 platforms darwin 11 12 license GPL-2+ … … 44 45 45 46 # g++-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags 46 47 universal_variant no 47 48 post-destroot {49 set app Recoll50 xinstall -d ${destroot}${applications_dir}/${app}.app/Contents/MacOS51 ln -s ${prefix}/bin/recoll ${destroot}${applications_dir}/${app}.app/Contents/MacOS/${app}52 }