aboutsummaryrefslogtreecommitdiffstats
path: root/games/xquarto/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-01-29 18:53:27 +0800
committerknu <knu@FreeBSD.org>2002-01-29 18:53:27 +0800
commitf98ba07b23b24f1d3d3aaa3f41d107f35602d1e1 (patch)
tree0374d55450aad7c24b92569982b2b7a7c895ca7a /games/xquarto/Makefile
parentfdab120e8f7f5dc349cb1887034af51fe4834d3c (diff)
downloadfreebsd-ports-gnome-f98ba07b23b24f1d3d3aaa3f41d107f35602d1e1.tar.gz
freebsd-ports-gnome-f98ba07b23b24f1d3d3aaa3f41d107f35602d1e1.tar.zst
freebsd-ports-gnome-f98ba07b23b24f1d3d3aaa3f41d107f35602d1e1.zip
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
Diffstat (limited to 'games/xquarto/Makefile')
-rw-r--r--games/xquarto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xquarto/Makefile b/games/xquarto/Makefile
index 50744aeeb930..7968e45c5299 100644
--- a/games/xquarto/Makefile
+++ b/games/xquarto/Makefile
@@ -17,6 +17,6 @@ USE_XPM= yes
MAN6= xquarto.6
pre-configure:
- @${ECHO} "MANSUFFIX=6" >>${WRKSRC}/src/Imakefile
+ @${ECHO_CMD} "MANSUFFIX=6" >>${WRKSRC}/src/Imakefile
.include <bsd.port.mk>