aboutsummaryrefslogtreecommitdiffstats
path: root/games/imaze/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 05:14:04 +0800
committermharo <mharo@FreeBSD.org>1999-08-28 05:14:04 +0800
commit981aafd51d07e05ddd72e92094db0a39a35d8a23 (patch)
tree72d3d7150282d19ce68e2126dc5e731712d27a03 /games/imaze/Makefile
parente478897177c3c4652e7277c09503273dfff9dd3a (diff)
downloadfreebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.tar.gz
freebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.tar.zst
freebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.zip
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'games/imaze/Makefile')
-rw-r--r--games/imaze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile
index d8209482e5f9..cde637c3655c 100644
--- a/games/imaze/Makefile
+++ b/games/imaze/Makefile
@@ -63,6 +63,6 @@ do-install:
do ${INSTALL_DATA} $$f ${PREFIX}/share/imaze/$$f.example;\
done; \
${INSTALL_DATA} README ${PREFIX}/share/imaze)
- @echo "Please read the file \"README\" in \"${PREFIX}/share/imaze\"."
+ @${ECHO_MSG} "Please read the file \"README\" in \"${PREFIX}/share/imaze\"."
.include <bsd.port.mk>