[84570] trunk/dports/devel/caml-sqlite3/Portfile

mww at macports.org mww at macports.org
Wed Sep 28 05:45:39 PDT 2011


Revision: 84570
          http://trac.macports.org/changeset/84570
Author:   mww at macports.org
Date:     2011-09-28 05:45:36 -0700 (Wed, 28 Sep 2011)
Log Message:
-----------
caml-sqlite3: install api-doc, too; increase revision;

Modified Paths:
--------------
    trunk/dports/devel/caml-sqlite3/Portfile

Modified: trunk/dports/devel/caml-sqlite3/Portfile
===================================================================
--- trunk/dports/devel/caml-sqlite3/Portfile	2011-09-28 12:12:36 UTC (rev 84569)
+++ trunk/dports/devel/caml-sqlite3/Portfile	2011-09-28 12:45:36 UTC (rev 84570)
@@ -4,6 +4,7 @@
 
 name                caml-sqlite3
 version             1.6.1
+revision            1
 categories          devel ml databases
 maintainers         landonf openmaintainer
 license             BSD
@@ -41,8 +42,9 @@
 
 pre-destroot {
     set ocaml_site_path [exec ocamlfind printconf destdir]
-    file mkdir ${destroot}/${ocaml_site_path}
-    file mkdir ${destroot}/${ocaml_site_path}/stublibs
+    xinstall -m 755 -d ${destroot}/${ocaml_site_path}/stublibs
+    xinstall -m 755 -d ${destroot}/${prefix}/share/doc
+    file copy ${worksrcpath}/doc ${destroot}/${prefix}/share/doc/${name}
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110928/5b24a814/attachment.html>


More information about the macports-changes mailing list