> On Dec 20, 2016, at 20:00, Kurt Hindenburg <khindenb...@macports.org> wrote: > > Kurt Hindenburg (kurthindenburg) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/ae81c668093b56cc220726e69154fa6f73e23f2d > > The following commit(s) were added to refs/heads/master by this push: > > new ae81c66 ocaml-zarith: update to 1.4.1 > > ae81c66 is described below > > > commit ae81c668093b56cc220726e69154fa6f73e23f2d > > Author: Kurt Hindenburg <khindenb...@macports.org> > AuthorDate: Tue Dec 20 21:00:13 2016 -0500 > > > ocaml-zarith: update to 1.4.1 > > > > closes https://trac.macports.org/ticket/51991
> @@ -42,7 +40,9 @@ post-destroot { > > } > > test.run yes > > -test.cmd make test && ./test > > +test.cmd make test > > +test.dir ${worksrcpath}/tests > > +test.target The default value for test.cmd is the path to the make program, and the default value for test.target is test, so you should remove the test.cmd and test.target lines to use the defaults.