Changeset 82639
- Timestamp:
- 08/17/11 02:07:50 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/textproc/recoll/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/textproc/recoll/Portfile
r81420 r82639 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 … … 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 }
Note: See TracChangeset
for help on using the changeset viewer.

