diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | b8f8618362b39a01e2225feef7d298fb22cafe2f (patch) | |
tree | 67a28a0746219c11b5e630daec412185165d3ed9 /misc/astrolog | |
parent | 3927b01845af9489e456e36e73d2511621daea90 (diff) |
Notes
Diffstat (limited to 'misc/astrolog')
-rw-r--r-- | misc/astrolog/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 2e25a5994b50..d2b812a0b7a6 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -47,8 +47,8 @@ do-install: ${INSTALL_DATA} Update.540 ${PREFIX}/share/doc/astrolog cd ${WRKSRC} && \ ${INSTALL_DATA} README.540 ${PREFIX}/share/doc/astrolog - @echo - @echo "See the file ${PREFIX}/share/doc/astrolog/Helpfile.540 for help" - @echo "and tune ${PREFIX}/lib/astrolog/astrolog.dat" + @${ECHO_MSG} + @${ECHO_MSG} "See the file ${PREFIX}/share/doc/astrolog/Helpfile.540 for help" + @${ECHO_MSG} "and tune ${PREFIX}/lib/astrolog/astrolog.dat" .include <bsd.port.mk> |