From 34171d18e7d15518b0d4be05014647ae496a03b1 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sat, 27 Sep 2003 00:45:43 +0000 Subject: - ECHO -> ECHO_MSG for some ports: - pre-fetch -> pre-everything PR: ports/56785-56799 Submitted by: KATO Tsuguru --- games/linux-nwserver/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'games/linux-nwserver/Makefile') diff --git a/games/linux-nwserver/Makefile b/games/linux-nwserver/Makefile index e3238f945bec..075afee873f1 100644 --- a/games/linux-nwserver/Makefile +++ b/games/linux-nwserver/Makefile @@ -34,13 +34,13 @@ do-install: .endif post-install: - @${ECHO} "*******************************************************************************" - @${ECHO} "Neverwinter Nights Dedicated Server requires original game data to run." - @${ECHO} "Consult ${DOCSDIR}/readme.linuxserver.txt" - @${ECHO} "for more information about required data directories." - @${ECHO} "From directory, where you will have installed game data you can run:" - @${ECHO} "${PREFIX}/bin/fixinstall - to check installation" - @${ECHO} "and ${PREFIX}/bin/nwserver - to start server" - @${ECHO} "*******************************************************************************" + @${ECHO_MSG} "*******************************************************************************" + @${ECHO_MSG} "Neverwinter Nights Dedicated Server requires original game data to run." + @${ECHO_MSG} "Consult ${DOCSDIR}/readme.linuxserver.txt" + @${ECHO_MSG} "for more information about required data directories." + @${ECHO_MSG} "From directory, where you will have installed game data you can run:" + @${ECHO_MSG} "${PREFIX}/bin/fixinstall - to check installation" + @${ECHO_MSG} "and ${PREFIX}/bin/nwserver - to start server" + @${ECHO_MSG} "*******************************************************************************" .include -- cgit v1.2.3