From 0ed9667e47567d92e132ecfe5ef1d456e01710c9 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Wed, 24 Sep 2003 17:30:13 +0000 Subject: - change ECHO -> ECHO_CMD --- x11-toolkits/lesstif/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index b8708129c4a5..9a18da4ebb78 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -57,19 +57,19 @@ MAN5 = VirtualBindings.5 mwmrc.5 .if defined(HAVE_MOTIF) && !defined(PARALLEL_PACKAGE_BUILD) IS_INTERACTIVE= yes pre-extract: - @${ECHO} "***********************************************************" - @${ECHO} "* W a r n i n g *" - @${ECHO} "* This port will overwrite your Motif installation. *" - @${ECHO} "***********************************************************" - @${ECHO} -n "Is this ok? (y/n) ==> " + @${ECHO_CMD} "***********************************************************" + @${ECHO_CMD} "* W a r n i n g *" + @${ECHO_CMD} "* This port will overwrite your Motif installation. *" + @${ECHO_CMD} "***********************************************************" + @${ECHO_CMD} -n "Is this ok? (y/n) ==> " @(read ans; \ case x"$$ans" in \ xy*|xY*) \ return 0; \ ;; \ *) \ - ${ECHO} "Okay, I won't install it then...."; \ - ${ECHO} "(Don't worry about the following \"*** Error code 1's)"; \ + ${ECHO_CMD} "Okay, I won't install it then...."; \ + ${ECHO_CMD} "(Don't worry about the following \"*** Error code 1's)"; \ return 1; \ ;; \ esac) -- cgit v1.2.3