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/evilfinder/Makefile | |
parent | b705cbc95ce7bf042f8953c29453b6528f20a3c6 (diff) | |
download | ports-34171d18e7d15518b0d4be05014647ae496a03b1.tar.gz ports-34171d18e7d15518b0d4be05014647ae496a03b1.zip |
Notes
Diffstat (limited to 'games/evilfinder/Makefile')
-rw-r--r-- | games/evilfinder/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/evilfinder/Makefile b/games/evilfinder/Makefile index b349d7ffe192..cd97b740fd87 100644 --- a/games/evilfinder/Makefile +++ b/games/evilfinder/Makefile @@ -30,11 +30,11 @@ USE_REINPLACE= yes pre-everything:: .if !defined(WITHOUT_WRAPPER) - @${ECHO} "********************************************" - @${ECHO} "Define WITHOUT_WRAPPER to build without the" - @${ECHO} "\"evilfinder\" wrapper, which makes the port" - @${ECHO} "a web-oriented application." - @${ECHO} "********************************************" + @${ECHO_MSG} "********************************************" + @${ECHO_MSG} "Define WITHOUT_WRAPPER to build without the" + @${ECHO_MSG} "\"evilfinder\" wrapper, which makes the port" + @${ECHO_MSG} "a web-oriented application." + @${ECHO_MSG} "********************************************" .endif post-patch: |