svn commit: r359167 - head/devel/gamin
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jun 24 22:48:53 UTC 2014
Author: bapt
Date: Tue Jun 24 22:48:52 2014
New Revision: 359167
URL: http://svnweb.freebsd.org/changeset/ports/359167
QAT: https://qat.redports.org/buildarchive/r359167/
Log:
Use MAKE_CMD
Modified:
head/devel/gamin/Makefile
Modified: head/devel/gamin/Makefile
==============================================================================
--- head/devel/gamin/Makefile Tue Jun 24 22:48:23 2014 (r359166)
+++ head/devel/gamin/Makefile Tue Jun 24 22:48:52 2014 (r359167)
@@ -59,7 +59,7 @@ post-patch:
.if !defined(GAMIN_SLAVE)
regression-test: build
@${ECHO_MSG} "===> Running gamin regression tests"
- @(cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
+ @(cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
Makefile ${MAKE_ARGS} tests)
post-install:
More information about the svn-ports-all
mailing list