svn commit: r359159 - head/devel/cxxtest

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


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

Log:
  Directly write gmake instead of useless GMAKE macro

Modified:
  head/devel/cxxtest/Makefile

Modified: head/devel/cxxtest/Makefile
==============================================================================
--- head/devel/cxxtest/Makefile	Tue Jun 24 22:44:00 2014	(r359158)
+++ head/devel/cxxtest/Makefile	Tue Jun 24 22:44:52 2014	(r359159)
@@ -36,7 +36,7 @@ do-install:
 	@${ECHO_MSG} "* The CxxTest scripts have been installed into ${PREFIX}/bin/."
 	@${ECHO_MSG} "* The include files are in ${PREFIX}/include/cxxtest/"
 	@${ECHO_MSG} "* Beware that the sample makefiles aren't compatible with FreeBSD's make,"
-	@${ECHO_MSG} "* use ${GMAKE} instead."
+	@${ECHO_MSG} "* use gmake instead."
 	@${ECHO_MSG} "* The obvious reminder: don't forget to add ${PREFIX}/include to your include path."
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list