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 | 34171d18e7d15518b0d4be05014647ae496a03b1 (diff) | |
download | ports-a58129d3de9c98ef3845e22d350633da5e5e4a75.tar.gz ports-a58129d3de9c98ef3845e22d350633da5e5e4a75.zip |
Notes
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 |