Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 09:48:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350079 - head/databases/kyotocabinet
Message-ID:  <201404040948.s349ma8A008291@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404040948.s349ma8A008291>