svn commit: r350078 - head/databases/kyototycoon
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Apr 4 09:47:55 UTC 2014
Author: sunpoet
Date: Fri Apr 4 09:47:54 2014
New Revision: 350078
URL: http://svnweb.freebsd.org/changeset/ports/350078
QAT: https://qat.redports.org/buildarchive/r350078/
Log:
- Use MAKE_CMD
Modified:
head/databases/kyototycoon/Makefile
Modified: head/databases/kyototycoon/Makefile
==============================================================================
--- head/databases/kyototycoon/Makefile Fri Apr 4 09:46:17 2014 (r350077)
+++ head/databases/kyototycoon/Makefile Fri Apr 4 09:47:54 2014 (r350078)
@@ -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