diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:45:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:45:43 +0000 |
commit | 34171d18e7d15518b0d4be05014647ae496a03b1 (patch) | |
tree | 7afbcbdab7ade0ede36d8144d66e4d152fce3337 /ftp/oftpd | |
parent | b705cbc95ce7bf042f8953c29453b6528f20a3c6 (diff) | |
download | ports-34171d18e7d15518b0d4be05014647ae496a03b1.tar.gz ports-34171d18e7d15518b0d4be05014647ae496a03b1.zip |
Notes
Diffstat (limited to 'ftp/oftpd')
-rw-r--r-- | ftp/oftpd/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ftp/oftpd/Makefile b/ftp/oftpd/Makefile index 0d950c76bd01..b1f61b43ec6d 100644 --- a/ftp/oftpd/Makefile +++ b/ftp/oftpd/Makefile @@ -41,10 +41,10 @@ do-install: post-install: @${INSTALL_MAN} ${WRKSRC}/man/oftpd.8 ${MANPREFIX}/man/man8 - @${ECHO} "================================================================================" - @${ECHO} "oftpd only runs standalone, not from inetd." - @${ECHO} "Create a README file in the root anonymous FTP dir to have it displayed to" - @${ECHO} "users upon login." - @${ECHO} "================================================================================" + @${ECHO_MSG} "================================================================================" + @${ECHO_MSG} "oftpd only runs standalone, not from inetd." + @${ECHO_MSG} "Create a README file in the root anonymous FTP dir to have it displayed to" + @${ECHO_MSG} "users upon login." + @${ECHO_MSG} "================================================================================" .include <bsd.port.mk> |