Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2014 22:44:53 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359159 - head/devel/cxxtest
Message-ID:  <201406242244.s5OMirm8096990@svn.freebsd.org>

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



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