diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 06:30:39 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 06:30:39 +0800 |
commit | c703665fd61c774a392a6785e6b1c49569072bf1 (patch) | |
tree | fadaf059519c61c85fed9e8be59d5c262720f5d3 /mail/ml/Makefile | |
parent | b6234e33d2dcb7767ac29adb112187db9036c665 (diff) | |
download | freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.tar.gz freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.tar.zst freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.zip |
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 8405f9e9a356..375ba6a8189e 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 ) |