summaryrefslogtreecommitdiff
path: root/games/linux-nwserver
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:45:43 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:45:43 +0000
commit34171d18e7d15518b0d4be05014647ae496a03b1 (patch)
tree7afbcbdab7ade0ede36d8144d66e4d152fce3337 /games/linux-nwserver
parentECHO -> ECHO_MSG (diff)
- ECHO -> ECHO_MSG
for some ports: - pre-fetch -> pre-everything PR: ports/56785-56799 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=89490
Diffstat (limited to 'games/linux-nwserver')
-rw-r--r--games/linux-nwserver/Makefile16
1 files changed, 8 insertions, 8 deletions
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 <bsd.port.mk>