[77752] trunk/dports/devel/glibmm/Portfile

devans at macports.org devans at macports.org
Mon Apr 11 10:46:01 PDT 2011


Revision: 77752
          http://trac.macports.org/changeset/77752
Author:   devans at macports.org
Date:     2011-04-11 10:46:00 -0700 (Mon, 11 Apr 2011)
Log Message:
-----------
glibmm: install MMDOCTOOLDIR published by pkg-config in post-destroot.  Required by other mm ports to install docs but omitted from this version for some reason.

Modified Paths:
--------------
    trunk/dports/devel/glibmm/Portfile

Modified: trunk/dports/devel/glibmm/Portfile
===================================================================
--- trunk/dports/devel/glibmm/Portfile	2011-04-11 11:38:47 UTC (rev 77751)
+++ trunk/dports/devel/glibmm/Portfile	2011-04-11 17:46:00 UTC (rev 77752)
@@ -5,6 +5,7 @@
 
 name            glibmm
 version         2.28.0
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     C++ interface to glib
 long_description \
@@ -23,6 +24,14 @@
 depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
                 port:libsigcxx2
 
+post-destroot {
+    set mmdoctooldir ${prefix}/share/glibmm-2.4/doctool
+    xinstall -d ${destroot}${mmdoctooldir}
+    xinstall -m 0644 -W ${worksrcpath}/docs doc-install.pl doc-postprocess.pl \
+                                            doxygen.css tagfile-to-devhelp2.xsl \
+                                            ${destroot}${mmdoctooldir}
+}
+
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/GNOME/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-([0-9\.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110411/02b03444/attachment.html>


More information about the macports-changes mailing list