[86642] trunk/dports/devel/caml-type-conv/Portfile

mww at macports.org mww at macports.org
Sun Oct 30 17:46:15 PDT 2011


Revision: 86642
          http://trac.macports.org/changeset/86642
Author:   mww at macports.org
Date:     2011-10-30 17:46:15 -0700 (Sun, 30 Oct 2011)
Log Message:
-----------
caml-type-conv: add license; use ocaml port group

Modified Paths:
--------------
    trunk/dports/devel/caml-type-conv/Portfile

Modified: trunk/dports/devel/caml-type-conv/Portfile
===================================================================
--- trunk/dports/devel/caml-type-conv/Portfile	2011-10-31 00:40:31 UTC (rev 86641)
+++ trunk/dports/devel/caml-type-conv/Portfile	2011-10-31 00:46:15 UTC (rev 86642)
@@ -1,12 +1,14 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup ocaml 1.0
 name                caml-type-conv
 version             2.3.0
 revision            1
 distname            type-conv-${version}
 categories          devel ml
 maintainers         erickt openmaintainer
+license             LGPL-2.1
 supported_archs     noarch
 
 description         Mini library required for some other preprocessing libraries (OCaml 3.10 and newer)
@@ -28,10 +30,5 @@
 
 build.env           PREFIX=${prefix}
 
-set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
-
 destroot.env        OCAMLFIND_DESTDIR="$ocamlfind_destdir"
 
-pre-destroot {
-    xinstall -m 755 -d $ocamlfind_destdir
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111030/01caa74b/attachment.html>


More information about the macports-changes mailing list