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

ryandesign at macports.org ryandesign at macports.org
Wed Aug 17 02:07:52 PDT 2011


Revision: 82639
          http://trac.macports.org/changeset/82639
Author:   ryandesign at macports.org
Date:     2011-08-17 02:07:50 -0700 (Wed, 17 Aug 2011)
Log Message:
-----------
recoll: use app portgroup; see #30818

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

Modified: trunk/dports/textproc/recoll/Portfile
===================================================================
--- trunk/dports/textproc/recoll/Portfile	2011-08-17 08:44:18 UTC (rev 82638)
+++ trunk/dports/textproc/recoll/Portfile	2011-08-17 09:07:50 UTC (rev 82639)
@@ -2,10 +2,11 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           app 1.0
 
 name                recoll
 version             1.15.9
-revision            1
+revision            2
 categories          textproc
 platforms           darwin
 license             GPL-2+
@@ -44,9 +45,3 @@
 
 # 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/20110817/9da91330/attachment.html>


More information about the macports-changes mailing list