Changeset 81420
- Timestamp:
- 07/29/11 23:27:01 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/textproc/recoll/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/textproc/recoll/Portfile
r81419 r81420 6 6 name recoll 7 7 version 1.15.9 8 revision 1 8 9 categories textproc 9 10 platforms darwin … … 44 45 # g++-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags 45 46 universal_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.

