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

mww at macports.org mww at macports.org
Sat Oct 1 08:55:04 PDT 2011


Revision: 84775
          http://trac.macports.org/changeset/84775
Author:   mww at macports.org
Date:     2011-10-01 08:55:03 -0700 (Sat, 01 Oct 2011)
Log Message:
-----------
caml-sqlite3: use ocaml portgroup

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

Modified: trunk/dports/devel/caml-sqlite3/Portfile
===================================================================
--- trunk/dports/devel/caml-sqlite3/Portfile	2011-10-01 15:47:23 UTC (rev 84774)
+++ trunk/dports/devel/caml-sqlite3/Portfile	2011-10-01 15:55:03 UTC (rev 84775)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup ocaml 1.0
 
 name                caml-sqlite3
 version             1.6.1
@@ -24,9 +25,6 @@
                     port:caml-findlib \
                     port:sqlite3
 
-# ocaml is not universal
-universal_variant   no
-
 patchfiles          patch-Makefile.in
 
 # ocamlmklib does not hanle the -arch flag
@@ -41,8 +39,6 @@
 use_parallel_build  no
 
 pre-destroot {
-    set ocaml_site_path [exec ocamlfind printconf destdir]
-    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}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111001/d7cca452/attachment.html>


More information about the macports-changes mailing list