summaryrefslogtreecommitdiff
path: root/misc/astrolog
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
commitb8f8618362b39a01e2225feef7d298fb22cafe2f (patch)
tree67a28a0746219c11b5e630daec412185165d3ed9 /misc/astrolog
parentUpdate to version 0.9.48 (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=21034
Diffstat (limited to 'misc/astrolog')
-rw-r--r--misc/astrolog/Makefile6
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>