diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:50:09 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:50:09 +0000 |
commit | a58129d3de9c98ef3845e22d350633da5e5e4a75 (patch) | |
tree | 038d6538fe46249bbc84ced49277b4c98c59a3db /irc | |
parent | - ECHO -> ECHO_MSG (diff) |
- ECHO -> ECHO_MSG
for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything
PR: ports/56800-56819
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=89491
Diffstat (limited to 'irc')
-rw-r--r-- | irc/tircproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/tircproxy/Makefile b/irc/tircproxy/Makefile index 5b4ef4071608..ce0a6efd78f6 100644 --- a/irc/tircproxy/Makefile +++ b/irc/tircproxy/Makefile @@ -22,7 +22,7 @@ do-install: post-install: .if !defined(NOPORTDOCS) - @${ECHO} "===> Installing tircproxy docs in ${DOCSDIR}" + @${ECHO_MSG} "===> Installing tircproxy docs in ${DOCSDIR}" @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif |