diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-09 05:40:01 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-09 05:40:01 +0000 |
commit | 3b279dc8e4352ffbc6527aa27cad64702228b6f8 (patch) | |
tree | f29f46f5d84ff674572713f510e3c2a65d03fd71 /mail/postfix-current | |
parent | Remove my own NOPORTDOCS PLIST handling, now that the idea is incorporated (diff) |
Add message about updating master.cf incase you have a stale one due
to recent changes in postfix
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 608bd05ee85a..d62581431253 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -170,6 +170,8 @@ do-install: @${ECHO_MSG} '- To replace your existing sendmail with postfix -' @${ECHO_MSG} '- type "make replace" -' @${ECHO_MSG} '--------------------------------------------------' + @${ECHO_MSG} '******You may need to update your master.cf*******' + @${ECHO_MSG} '**************due to recent changes***************' post-install: @PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL |