From 2a436f8061602989d2bc9da2badeb810b25743fe Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 29 Jan 2002 11:08:52 +0000 Subject: 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. --- irc/zircon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc/zircon/Makefile') diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index ba8ec59..398dd3b 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 NO_BUILD= yes do-install: - ${ECHO} "set go {Yes}" >>${WRKSRC}/install.in + ${ECHO_CMD} "set go {Yes}" >>${WRKSRC}/install.in (cd ${WRKSRC} && ./installZircon NoGui) .include -- cgit v1.1