From 4adc5a8a717b83cd9a139cd4c92ea01102d602e2 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 29 Jan 2002 12:08:37 +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. --- www/august/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/august') diff --git a/www/august/Makefile b/www/august/Makefile index e7adfbf4041d..a1bf0cbd8710 100644 --- a/www/august/Makefile +++ b/www/august/Makefile @@ -27,10 +27,10 @@ do-patch: ${WRKSRC}/august pre-install: - ${ECHO} bin/august > ${PLIST} + ${ECHO_CMD} bin/august > ${PLIST} .if !defined(NOPORTDOCS) - ${ECHO} share/doc/august/specchars.txt >> ${PLIST} - ${ECHO} @dirrm share/doc/august >> ${PLIST} + ${ECHO_CMD} share/doc/august/specchars.txt >> ${PLIST} + ${ECHO_CMD} @dirrm share/doc/august >> ${PLIST} .endif do-install: -- cgit v1.2.3