diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-27 08:45:43 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-27 08:45:43 +0800 |
commit | 3575edd007adc3e2c53aaa8f7f93a105cec8c22a (patch) | |
tree | c1b596d8ebae8ab0ff3a7ec78370481e830b6f09 /games/linux-nwserver | |
parent | c7d93aa81b286c9fe1864b3e1497b21b76878b6d (diff) | |
download | freebsd-ports-gnome-3575edd007adc3e2c53aaa8f7f93a105cec8c22a.tar.gz freebsd-ports-gnome-3575edd007adc3e2c53aaa8f7f93a105cec8c22a.tar.zst freebsd-ports-gnome-3575edd007adc3e2c53aaa8f7f93a105cec8c22a.zip |
- ECHO -> ECHO_MSG
for some ports:
- pre-fetch -> pre-everything
PR: ports/56785-56799
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'games/linux-nwserver')
-rw-r--r-- | games/linux-nwserver/Makefile | 16 |
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> |