svn commit: r359158 - head/devel/cutter

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 24 22:44:00 UTC 2014


Author: bapt
Date: Tue Jun 24 22:44:00 2014
New Revision: 359158
URL: http://svnweb.freebsd.org/changeset/ports/359158
QAT: https://qat.redports.org/buildarchive/r359158/

Log:
  Use MAKE_CMD

Modified:
  head/devel/cutter/Makefile

Modified: head/devel/cutter/Makefile
==============================================================================
--- head/devel/cutter/Makefile	Tue Jun 24 22:43:13 2014	(r359157)
+++ head/devel/cutter/Makefile	Tue Jun 24 22:44:00 2014	(r359158)
@@ -27,7 +27,7 @@ SOUP_DESC=	libsoup support
 LCOV_DESC=	Force dependency on lcov
 
 regression-test: build
-	@${SETENV} LC_ALL=C ${GMAKE} -C ${WRKSRC} check
+	@${SETENV} LC_ALL=C ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} check
 
 post-install:
 	@${CAT} ${PKGMESSAGE}


More information about the svn-ports-head mailing list