diff options
author | Jim Mock <jim@FreeBSD.org> | 2001-03-11 01:08:47 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2001-03-11 01:08:47 +0000 |
commit | 389518e808f809d5909620ee0387d98aeea7dc77 (patch) | |
tree | 85a4c449ec1d172e52ba1fe01ec31a84b6343051 /mail/teapop/Makefile | |
parent | a283186713749e238a3934d42c09a24c1946eba5 (diff) | |
download | ports-389518e808f809d5909620ee0387d98aeea7dc77.tar.gz ports-389518e808f809d5909620ee0387d98aeea7dc77.zip |
Notes
Diffstat (limited to 'mail/teapop/Makefile')
-rw-r--r-- | mail/teapop/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index 07032a4a4b57..4354e4bdd42c 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -51,4 +51,12 @@ CONFIGURE_ARGS+= --with-drac=${PREFIX}/lib \ MAN8= teapop.8 +post-install: + @${ECHO} " " + @${ECHO} "------------------------------------------------------------------------" + @${ECHO} "===> Be sure to copy ${LOCALBASE}/etc/teapop.passwd.sample to" + @${ECHO} "===> ${LOCALBASE}/etc/teapop.passwd before using teapop" + @${ECHO} "------------------------------------------------------------------------" + @${ECHO} " " + .include <bsd.port.mk> |