summaryrefslogtreecommitdiffstats
path: root/games/linux-nwserver
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-09-27 00:45:43 +0000
committeredwin <edwin@FreeBSD.org>2003-09-27 00:45:43 +0000
commit3575edd007adc3e2c53aaa8f7f93a105cec8c22a (patch)
treec1b596d8ebae8ab0ff3a7ec78370481e830b6f09 /games/linux-nwserver
parentc7d93aa81b286c9fe1864b3e1497b21b76878b6d (diff)
downloadFreeBSD-ports-3575edd007adc3e2c53aaa8f7f93a105cec8c22a.zip
FreeBSD-ports-3575edd007adc3e2c53aaa8f7f93a105cec8c22a.tar.gz
- 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/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/games/linux-nwserver/Makefile b/games/linux-nwserver/Makefile
index e3238f9..075afee 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>
OpenPOWER on IntegriCloud