[85340] trunk/dports/devel/libidl/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Oct 12 15:55:19 PDT 2011


Revision: 85340
          http://trac.macports.org/changeset/85340
Author:   ryandesign at macports.org
Date:     2011-10-12 15:55:19 -0700 (Wed, 12 Oct 2011)
Log Message:
-----------
libidl: install documentation files; see #31579

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

Modified: trunk/dports/devel/libidl/Portfile
===================================================================
--- trunk/dports/devel/libidl/Portfile	2011-10-12 22:39:00 UTC (rev 85339)
+++ trunk/dports/devel/libidl/Portfile	2011-10-12 22:55:19 UTC (rev 85340)
@@ -7,6 +7,7 @@
 name            libidl
 set my_name     libIDL
 version         0.8.14
+revision        1
 maintainers     nomaintainer
 categories      devel gnome
 license         LGPL-2+
@@ -50,6 +51,21 @@
     set merger_configure_env(x86_64)  libIDL_cv_long_long_format=ll
 }
 
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS \
+        BUGS \
+        COPYING \
+        ChangeLog \
+        HACKING \
+        MAINTAINERS \
+        NEWS \
+        README \
+        ${docdir}
+}
+
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111012/77e834a3/attachment-0001.html>


More information about the macports-changes mailing list