diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 05:14:04 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 05:14:04 +0800 |
commit | 981aafd51d07e05ddd72e92094db0a39a35d8a23 (patch) | |
tree | 72d3d7150282d19ce68e2126dc5e731712d27a03 /astro | |
parent | e478897177c3c4652e7277c09503273dfff9dd3a (diff) | |
download | freebsd-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 'astro')
-rw-r--r-- | astro/ephem/Makefile | 2 | ||||
-rw-r--r-- | astro/luna/Makefile | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/astro/luna/Makefile b/astro/luna/Makefile index 66c9799fbd6d..6903b8dd8e6d 100644 --- a/astro/luna/Makefile +++ b/astro/luna/Makefile @@ -22,7 +22,7 @@ EXTRACT_AFTER_ARGS= # empty PATCH_STRIP= -p1 post-extract: - @echo "===> Removing object files for ${DISTNAME}" + @${ECHO_MSG} "===> Removing object files for ${DISTNAME}" @(cd ${WRKDIR}/luna19/iprintf; ${RM} -fr *.o) .include <bsd.port.mk> |