[84079] trunk/dports/devel/caml-ancient/Portfile

mww at macports.org mww at macports.org
Thu Sep 15 23:45:23 PDT 2011


Revision: 84079
          http://trac.macports.org/changeset/84079
Author:   mww at macports.org
Date:     2011-09-15 23:45:21 -0700 (Thu, 15 Sep 2011)
Log Message:
-----------
caml-ancient: add license; use system -W instead;

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

Modified: trunk/dports/devel/caml-ancient/Portfile
===================================================================
--- trunk/dports/devel/caml-ancient/Portfile	2011-09-16 06:30:36 UTC (rev 84078)
+++ trunk/dports/devel/caml-ancient/Portfile	2011-09-16 06:45:21 UTC (rev 84079)
@@ -5,6 +5,7 @@
 version             0.9.0
 categories          devel ml
 maintainers         mww openmaintainer
+license             LGPL-2.1
 description         Mark objects as 'ancient' so they are taken out of the OCaml heap
 long_description    ${description}
 homepage            http://git.et.redhat.com/?p=ocaml-ancient.git
@@ -24,15 +25,15 @@
 configure.dir       ${worksrcpath}/mmalloc
 
 build {
-   system "cd ${worksrcpath}/mmalloc && make all"
-   system "cd ${worksrcpath} && CFLAGS='-I${prefix}/lib/ocaml' make all"
+   system -W ${worksrcpath}/mmalloc "make all"
+   system -W ${worksrcpath} "CFLAGS='-I${prefix}/lib/ocaml' make all"
 }
 
 destroot {
    set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
    xinstall -m 755 -d "${ocamlfind_destdir}/stublibs"
-   system "cd ${worksrcpath} && ocamlfind install -destdir $ocamlfind_destdir -ldconf ignore ancient ancient.cmi *.mli *.cma ancient.cmx *.cmxa *.a *.so mmalloc/*.a META"
-   system "strip  '${ocamlfind_destdir}/stublibs/dllancient.so'"
+   system -W ${worksrcpath} "ocamlfind install -destdir ${ocamlfind_destdir} -ldconf ignore ancient ancient.cmi *.mli *.cma ancient.cmx *.cmxa *.a *.so mmalloc/*.a META"
+   system "strip '${ocamlfind_destdir}/stublibs/dllancient.so'"
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110915/9bb6f6d5/attachment.html>


More information about the macports-changes mailing list