aboutsummaryrefslogtreecommitdiff
path: root/devel/gamin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-24 22:48:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-24 22:48:52 +0000
commit8f7d250ab87a04889cd2481b2e981e0c22e8f918 (patch)
treef9a97836203c9079cc980ce1d0b793c39e921a3b /devel/gamin
parent2394a6ac6d45eb04fdd760b02c5781982f73d32f (diff)
downloadports-8f7d250ab87a04889cd2481b2e981e0c22e8f918.tar.gz
ports-8f7d250ab87a04889cd2481b2e981e0c22e8f918.zip
Use MAKE_CMD
Notes
Notes: svn path=/head/; revision=359167
Diffstat (limited to 'devel/gamin')
-rw-r--r--devel/gamin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile
index 097a7732c22e..ff2e1b6be481 100644
--- a/devel/gamin/Makefile
+++ b/devel/gamin/Makefile
@@ -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: