svn commit: r340018 - head/textproc/scew

Alexey Dokuchaev danfe at FreeBSD.org
Fri Jan 17 09:35:46 UTC 2014


On Fri, Jan 17, 2014 at 09:10:58AM +0000, Pietro Cerutti wrote:
> New Revision: 340018
> URL: http://svnweb.freebsd.org/changeset/ports/340018
> QAT: https://qat.redports.org/buildarchive/r340018/
> 
> +regression-test: build
> +	cd ${WRKSRC}/tests && ${GMAKE} check

If possible, particular make(1) implementation should not be referenced in
port's Makefile.  If you need to call "correct" make(1), use ${MAKE_CMD},
which would be correctly set to "gmake" in this case of yours (per USES=
gmake).

./danfe


More information about the svn-ports-all mailing list