[84573] trunk/dports/devel/caml-extlib/Portfile
mww at macports.org
mww at macports.org
Wed Sep 28 06:07:27 PDT 2011
Revision: 84573
http://trac.macports.org/changeset/84573
Author: mww at macports.org
Date: 2011-09-28 06:07:24 -0700 (Wed, 28 Sep 2011)
Log Message:
-----------
caml-extlib: install documentation
Modified Paths:
--------------
trunk/dports/devel/caml-extlib/Portfile
Modified: trunk/dports/devel/caml-extlib/Portfile
===================================================================
--- trunk/dports/devel/caml-extlib/Portfile 2011-09-28 13:00:35 UTC (rev 84572)
+++ trunk/dports/devel/caml-extlib/Portfile 2011-09-28 13:07:24 UTC (rev 84573)
@@ -4,6 +4,7 @@
name caml-extlib
version 1.5.2
+revision 1
categories devel ml
maintainers mww openmaintainer
license LGPL-2.1
@@ -38,3 +39,7 @@
reinplace s|##DESTDIR##|${extlib_destdir}| ${worksrcpath}/install.ml
}
+post-destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc
+ file copy ${worksrcpath}/extlib-doc ${destroot}${prefix}/share/doc/${name}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110928/514e7b51/attachment.html>
More information about the macports-changes
mailing list