diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 21:14:04 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 21:14:04 +0000 |
commit | 58942bab6dbee58f4bff47b5f7888deb6d9b99ac (patch) | |
tree | 49358e580db3691ebac42073ffddffb50c910f99 /games/imaze | |
parent | portlint (diff) |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes:
svn path=/head/; revision=21032
Diffstat (limited to 'games/imaze')
-rw-r--r-- | games/imaze/Makefile | 2 |
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> |