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 /astro/ephem | |
parent | 6f6054cd8ee4ce85263e0dc0bea4e531782bd679 (diff) |
Notes
Diffstat (limited to 'astro/ephem')
-rw-r--r-- | astro/ephem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/ephem/Makefile b/astro/ephem/Makefile index affa4155ff62..1fa41e967391 100644 --- a/astro/ephem/Makefile +++ b/astro/ephem/Makefile @@ -27,6 +27,6 @@ do-install: [ ! -f ${PREFIX}/share/ephem/ephem.cfg ] && ${INSTALL_DATA} ephem.cfg ${PREFIX}/share/ephem/ post-install: - @echo Don\'t forget to edit ${PREFIX}/share/ephem/ephem.cfg! + @${ECHO_MSG} Don\'t forget to edit ${PREFIX}/share/ephem/ephem.cfg! .include <bsd.port.mk> |