From 4e5525b4be19a5420da69e36d65240ad0ea3056b Mon Sep 17 00:00:00 2001 From: knu 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/seamonkey2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/seamonkey2/Makefile') diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index e10cbff96a2c..63788a04e35b 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -75,8 +75,8 @@ post-build: ${FILESDIR}/mozilla.sh >${WRKSRC}/mozilla @(cd ${WRKSRC}/dist/bin; \ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \ - ${ECHO} skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; \ - ${ECHO} locale,install,select,en-US >> chrome/installed-chrome.txt; \ + ${ECHO_CMD} skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; \ + ${ECHO_CMD} locale,install,select,en-US >> chrome/installed-chrome.txt; \ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome) @/usr/bin/find ${WRKSRC}/dist/bin -type d | /usr/bin/sort -r | \ /usr/bin/xargs ${RMDIR} 2> /dev/null || ${TRUE} -- cgit