svn commit: r359140 - head/cad/brlcad
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jun 24 22:05:48 UTC 2014
Author: bapt
Date: Tue Jun 24 22:05:47 2014
New Revision: 359140
URL: http://svnweb.freebsd.org/changeset/ports/359140
QAT: https://qat.redports.org/buildarchive/r359140/
Log:
Properly use MAKE_CMD
Modified:
head/cad/brlcad/Makefile
Modified: head/cad/brlcad/Makefile
==============================================================================
--- head/cad/brlcad/Makefile Tue Jun 24 22:03:14 2014 (r359139)
+++ head/cad/brlcad/Makefile Tue Jun 24 22:05:47 2014 (r359140)
@@ -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>
More information about the svn-ports-all
mailing list