diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:45:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:45:43 +0000 |
commit | 34171d18e7d15518b0d4be05014647ae496a03b1 (patch) | |
tree | 7afbcbdab7ade0ede36d8144d66e4d152fce3337 /games/exult | |
parent | b705cbc95ce7bf042f8953c29453b6528f20a3c6 (diff) | |
download | ports-34171d18e7d15518b0d4be05014647ae496a03b1.tar.gz ports-34171d18e7d15518b0d4be05014647ae496a03b1.zip |
Notes
Diffstat (limited to 'games/exult')
-rw-r--r-- | games/exult/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/exult/Makefile b/games/exult/Makefile index bd8545a45b75..3727ff419dc2 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -50,9 +50,9 @@ do-install: .endif post-install: - @${ECHO} "******************************************************************************" - @${ECHO} "* Original Ultima VII data is required to run Exult" - @${ECHO} "* Please, read ${DOCSDIR}/README for additional information" - @${ECHO} "******************************************************************************" + @${ECHO_MSG} "******************************************************************************" + @${ECHO_MSG} "* Original Ultima VII data is required to run Exult" + @${ECHO_MSG} "* Please, read ${DOCSDIR}/README for additional information" + @${ECHO_MSG} "******************************************************************************" .include <bsd.port.mk> |