svn commit: r350079 - head/databases/kyotocabinet

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 4 09:48:36 UTC 2014


Author: sunpoet
Date: Fri Apr  4 09:48:35 2014
New Revision: 350079
URL: http://svnweb.freebsd.org/changeset/ports/350079
QAT: https://qat.redports.org/buildarchive/r350079/

Log:
  - Use MAKE_CMD

Modified:
  head/databases/kyotocabinet/Makefile

Modified: head/databases/kyotocabinet/Makefile
==============================================================================
--- head/databases/kyotocabinet/Makefile	Fri Apr  4 09:47:54 2014	(r350078)
+++ head/databases/kyotocabinet/Makefile	Fri Apr  4 09:48:35 2014	(r350079)
@@ -34,6 +34,6 @@ post-install:
 	${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${DOCMODE} '{}' \;
 
 regression-test test: build
-	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check
+	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list