aboutsummaryrefslogtreecommitdiff
path: root/ftp/lukemftpd
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:45:43 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:45:43 +0000
commit34171d18e7d15518b0d4be05014647ae496a03b1 (patch)
tree7afbcbdab7ade0ede36d8144d66e4d152fce3337 /ftp/lukemftpd
parentb705cbc95ce7bf042f8953c29453b6528f20a3c6 (diff)
downloadports-34171d18e7d15518b0d4be05014647ae496a03b1.tar.gz
ports-34171d18e7d15518b0d4be05014647ae496a03b1.zip
Notes
Diffstat (limited to 'ftp/lukemftpd')
-rw-r--r--ftp/lukemftpd/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/ftp/lukemftpd/Makefile b/ftp/lukemftpd/Makefile
index aa6c21216695..a9c061800749 100644
--- a/ftp/lukemftpd/Makefile
+++ b/ftp/lukemftpd/Makefile
@@ -54,14 +54,14 @@ do-install:
.endif
post-install:
- @${ECHO} "================================================================================"
- @${ECHO} "This port relies on a number of configuration files in ${PREFIX}/etc."
- @${ECHO} "At the very least, create a ftpusers file with the usernams of users you don't"
- @${ECHO} "want to connect (root, toor, etc.). This will allow non-listed users to log in."
- @${ECHO} "Copying /etc/ftpusers to ${PREFIX}/etc/ftpusers should be sufficient."
- @${ECHO}
- @${ECHO} "See the man files for more information. The man- and configuration files for"
- @${ECHO} "FreeBSD's built-in ftpd can also be of use as examples/additional info."
- @${ECHO} "================================================================================"
+ @${ECHO_MSG} "================================================================================"
+ @${ECHO_MSG} "This port relies on a number of configuration files in ${PREFIX}/etc."
+ @${ECHO_MSG} "At the very least, create a ftpusers file with the usernams of users you don't"
+ @${ECHO_MSG} "want to connect (root, toor, etc.). This will allow non-listed users to log in."
+ @${ECHO_MSG} "Copying /etc/ftpusers to ${PREFIX}/etc/ftpusers should be sufficient."
+ @${ECHO_MSG}
+ @${ECHO_MSG} "See the man files for more information. The man- and configuration files for"
+ @${ECHO_MSG} "FreeBSD's built-in ftpd can also be of use as examples/additional info."
+ @${ECHO_MSG} "================================================================================"
.include <bsd.port.mk>