summaryrefslogtreecommitdiff
path: root/mail/teapop/Makefile
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2001-03-11 01:08:47 +0000
committerJim Mock <jim@FreeBSD.org>2001-03-11 01:08:47 +0000
commit389518e808f809d5909620ee0387d98aeea7dc77 (patch)
tree85a4c449ec1d172e52ba1fe01ec31a84b6343051 /mail/teapop/Makefile
parentAvoid chown'ing /usr/local/man/man* to news:news. (diff)
Don't install teapop.passwd -- only install teapop.passwd.sample, and
let the user know they need to copy it to teapop.passwd before using teapop.
Notes
Notes: svn path=/head/; revision=39500
Diffstat (limited to 'mail/teapop/Makefile')
-rw-r--r--mail/teapop/Makefile8
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>