diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | c703665fd61c774a392a6785e6b1c49569072bf1 (patch) | |
tree | fadaf059519c61c85fed9e8be59d5c262720f5d3 /mail/ml/Makefile | |
parent | b6234e33d2dcb7767ac29adb112187db9036c665 (diff) | |
download | FreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.zip FreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.tar.gz |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'mail/ml/Makefile')
-rw-r--r-- | mail/ml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/ml/Makefile b/mail/ml/Makefile index 8405f9e..375ba6a 100644 --- a/mail/ml/Makefile +++ b/mail/ml/Makefile @@ -18,7 +18,7 @@ REQUIRES_MOTIF= yes NO_INSTALL_MANPAGES= yes pre-configure: - @echo "===> Building c-client" + @${ECHO_MSG} "===> Building c-client" @( cd ${WRKSRC}/../imap-4; make bsi ) @( cd ${WRKSRC}; ${RM} -f makeproto ) |