From 58942bab6dbee58f4bff47b5f7888deb6d9b99ac Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Fri, 27 Aug 1999 21:14:04 +0000 Subject: echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} --- editors/xemacs-games-packages/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'editors/xemacs-games-packages/Makefile') diff --git a/editors/xemacs-games-packages/Makefile b/editors/xemacs-games-packages/Makefile index 0b90603b472c..eefdf9150899 100644 --- a/editors/xemacs-games-packages/Makefile +++ b/editors/xemacs-games-packages/Makefile @@ -39,7 +39,7 @@ NO_WRKSUBDIR= yes # Have .if !defined(USE_MULE) pre-fetch: - @echo "To install the MULE support files, set the environment variable USE_MULE" + @${ECHO_MSG} "To install the MULE support files, set the environment variable USE_MULE" .endif do-install: @@ -47,10 +47,10 @@ do-install: ${CP} -Rp ${WRKDIR}/* ${PREFIX}/lib/xemacs/xemacs-packages post-install: - @echo "This is only a subset of the available packages for xemacs." - @echo "You can install additional packages yourself from within xemacs by" - @echo "running it as root and using the 'Manage Packes' menu within" - @echo "the 'Options' menu of the menubar." + @${ECHO_MSG} "This is only a subset of the available packages for xemacs." + @${ECHO_MSG} "You can install additional packages yourself from within xemacs by" + @${ECHO_MSG} "running it as root and using the 'Manage Packes' menu within" + @${ECHO_MSG} "the 'Options' menu of the menubar." .if defined(USE_MULE) MULEDISTFILES= mule-base-1.30-pkg.tar.gz -- cgit v1.2.3