Date: Tue, 24 Jun 2014 22:05:48 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359140 - head/cad/brlcad Message-ID: <201406242205.s5OM5mA4076913@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406242205.s5OM5mA4076913>