svn commit: r359160 - head/devel/ddd

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 24 22:45:23 UTC 2014


Author: bapt
Date: Tue Jun 24 22:45:22 2014
New Revision: 359160
URL: http://svnweb.freebsd.org/changeset/ports/359160
QAT: https://qat.redports.org/buildarchive/r359160/

Log:
  Use MAKE_CMD

Modified:
  head/devel/ddd/Makefile

Modified: head/devel/ddd/Makefile
==============================================================================
--- head/devel/ddd/Makefile	Tue Jun 24 22:44:52 2014	(r359159)
+++ head/devel/ddd/Makefile	Tue Jun 24 22:45:22 2014	(r359160)
@@ -57,6 +57,6 @@ post-install:
 	${GZIP_CMD} ${STAGEDIR}${DOCSDIR}/*.ps
 
 check:
-	(cd ${WRKSRC} ; ${GMAKE} check)
+	(cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check)
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list