[81420] trunk/dports/textproc/recoll/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jul 29 23:27:01 PDT 2011


Revision: 81420
          http://trac.macports.org/changeset/81420
Author:   ryandesign at macports.org
Date:     2011-07-29 23:27:01 -0700 (Fri, 29 Jul 2011)
Log Message:
-----------
recoll: add app in applications_dir; see #30466

Modified Paths:
--------------
    trunk/dports/textproc/recoll/Portfile

Modified: trunk/dports/textproc/recoll/Portfile
===================================================================
--- trunk/dports/textproc/recoll/Portfile	2011-07-30 06:26:12 UTC (rev 81419)
+++ trunk/dports/textproc/recoll/Portfile	2011-07-30 06:27:01 UTC (rev 81420)
@@ -5,6 +5,7 @@
 
 name                recoll
 version             1.15.9
+revision            1
 categories          textproc
 platforms           darwin
 license             GPL-2+
@@ -43,3 +44,9 @@
 
 # g++-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
 universal_variant   no
+
+post-destroot {
+    set app Recoll
+    xinstall -d ${destroot}${applications_dir}/${app}.app/Contents/MacOS
+    ln -s ${prefix}/bin/recoll ${destroot}${applications_dir}/${app}.app/Contents/MacOS/${app}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110729/38e37b92/attachment.html>


More information about the macports-changes mailing list