svn commit: r359157 - head/devel/art
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jun 24 22:43:13 UTC 2014
Author: bapt
Date: Tue Jun 24 22:43:13 2014
New Revision: 359157
URL: http://svnweb.freebsd.org/changeset/ports/359157
QAT: https://qat.redports.org/buildarchive/r359157/
Log:
Use MAKE_CMD
Modified:
head/devel/art/Makefile
Modified: head/devel/art/Makefile
==============================================================================
--- head/devel/art/Makefile Tue Jun 24 22:39:33 2014 (r359156)
+++ head/devel/art/Makefile Tue Jun 24 22:43:13 2014 (r359157)
@@ -27,7 +27,7 @@ do-install:
.if defined(MAINTAINER_MODE)
full-regression-test: build
- cd ${WRKSRC}; ${GMAKE} test
+ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test
.endif
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list