[93107] trunk/dports/devel/ocaml-fileutils/Portfile

mww at macports.org mww at macports.org
Tue May 15 03:12:57 PDT 2012


Revision: 93107
          https://trac.macports.org/changeset/93107
Author:   mww at macports.org
Date:     2012-05-15 03:12:57 -0700 (Tue, 15 May 2012)
Log Message:
-----------
ocaml-fileutils: use ocaml portgroup; add missing dependency; inc revision

Modified Paths:
--------------
    trunk/dports/devel/ocaml-fileutils/Portfile

Modified: trunk/dports/devel/ocaml-fileutils/Portfile
===================================================================
--- trunk/dports/devel/ocaml-fileutils/Portfile	2012-05-15 10:05:25 UTC (rev 93106)
+++ trunk/dports/devel/ocaml-fileutils/Portfile	2012-05-15 10:12:57 UTC (rev 93107)
@@ -1,9 +1,11 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup ocaml 1.0
 
 name                ocaml-fileutils
 version             0.4.3
+revision            1
 categories          devel ml
 maintainers         landonf openmaintainer
 license             LGPL-2.1
@@ -22,7 +24,7 @@
 livecheck.type      regex
 livecheck.regex     {>ocaml-fileutils-(.*)\.tar\.bz2}
 
-depends_lib         port:ocaml
+depends_build       port:ocaml-findlib
 
 use_configure       no
 
@@ -30,9 +32,5 @@
 build.target        build
 use_parallel_build  no
 
-set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
-destroot.env        OCAMLFIND_DESTDIR="$ocamlfind_destdir"
+destroot.env        OCAMLFIND_DESTDIR="${ocamlfind_destdir}"
 
-pre-destroot {
-	file mkdir ${ocamlfind_destdir}
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120515/b2d28998/attachment.html>


More information about the macports-changes mailing list