diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | b8f8618362b39a01e2225feef7d298fb22cafe2f (patch) | |
tree | 67a28a0746219c11b5e630daec412185165d3ed9 /mail/ml | |
parent | 3927b01845af9489e456e36e73d2511621daea90 (diff) | |
download | ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.tar.gz ports-b8f8618362b39a01e2225feef7d298fb22cafe2f.zip |
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=21034
Diffstat (limited to 'mail/ml')
-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 ) |