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/luna | |
parent | 6f6054cd8ee4ce85263e0dc0bea4e531782bd679 (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 'astro/luna')
-rw-r--r-- | astro/luna/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |