diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-25 06:05:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-25 06:05:47 +0800 |
commit | 5e4ca8ca61bf5f8da77e3c6ee8910b9409d086ca (patch) | |
tree | 111a56fd3c163fd5440c4d461c6060decb546f5f /cad | |
parent | 983ffbffc04547fafc826ba1cebcc7b285dca222 (diff) | |
download | freebsd-ports-gnome-5e4ca8ca61bf5f8da77e3c6ee8910b9409d086ca.tar.gz freebsd-ports-gnome-5e4ca8ca61bf5f8da77e3c6ee8910b9409d086ca.tar.zst freebsd-ports-gnome-5e4ca8ca61bf5f8da77e3c6ee8910b9409d086ca.zip |
Properly use MAKE_CMD
Diffstat (limited to 'cad')
-rw-r--r-- | cad/brlcad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index dd2e0dfd20a1..04a34ffad41e 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -54,6 +54,6 @@ post-install: ${LN} -s ${PREFIX}/bin/mged.sh ${STAGEDIR}${LOCALBASE}/bin/mged.sh regression-test: build - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} test) + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test) .include <bsd.port.mk> |