[131477] trunk/dports/devel/ocaml-react/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jan 12 09:23:15 PST 2015


Revision: 131477
          https://trac.macports.org/changeset/131477
Author:   ryandesign at macports.org
Date:     2015-01-12 09:23:15 -0800 (Mon, 12 Jan 2015)
Log Message:
-----------
ocaml-react: use system's -W argument

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

Modified: trunk/dports/devel/ocaml-react/Portfile
===================================================================
--- trunk/dports/devel/ocaml-react/Portfile	2015-01-12 17:21:15 UTC (rev 131476)
+++ trunk/dports/devel/ocaml-react/Portfile	2015-01-12 17:23:15 UTC (rev 131477)
@@ -32,8 +32,8 @@
 
 build {
   # from 'opam'
-  system "cd ${worksrcpath} && ${ocaml} pkg/git.ml"
-  system "cd ${worksrcpath} && ${ocaml} pkg/build.ml native=true native-dynlink=true"
+  system -W ${worksrcpath} "${ocaml} pkg/git.ml"
+  system -W ${worksrcpath} "${ocaml} pkg/build.ml native=true native-dynlink=true"
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150112/727256a5/attachment.html>


More information about the macports-changes mailing list