aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-06-25 06:48:52 +0800
committerbapt <bapt@FreeBSD.org>2014-06-25 06:48:52 +0800
commitd621a900530d5cea519a2ea1690e07c5edd8e532 (patch)
treef9a97836203c9079cc980ce1d0b793c39e921a3b /devel
parentf05e70557703c3408a2dc7c851b3418df74a15d7 (diff)
downloadfreebsd-ports-gnome-d621a900530d5cea519a2ea1690e07c5edd8e532.tar.gz
freebsd-ports-gnome-d621a900530d5cea519a2ea1690e07c5edd8e532.tar.zst
freebsd-ports-gnome-d621a900530d5cea519a2ea1690e07c5edd8e532.zip
Use MAKE_CMD
Diffstat (limited to 'devel')
-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: