diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 06:44:52 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 06:44:52 +0800 |
commit | 004a7522d121aaed62df6d06618887ed644a3fbb (patch) | |
tree | 291a94e23af789b56de5f69467918a00cd1f79fa /devel | |
parent | 6948772cb5075b216d204c88f95f82cf969f8486 (diff) | |
download | freebsd-ports-gnome-004a7522d121aaed62df6d06618887ed644a3fbb.tar.gz freebsd-ports-gnome-004a7522d121aaed62df6d06618887ed644a3fbb.tar.zst freebsd-ports-gnome-004a7522d121aaed62df6d06618887ed644a3fbb.zip |
Directly write gmake instead of useless GMAKE macro
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cxxtest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cxxtest/Makefile b/devel/cxxtest/Makefile index b69c8827f931..60c6eeb893a2 100644 --- a/devel/cxxtest/Makefile +++ b/devel/cxxtest/Makefile @@ -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> |