diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-05-24 15:23:12 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-05-24 15:23:12 +0000 |
commit | 75060586cf1ccfea1004ca431cc3cf28d23081aa (patch) | |
tree | 8fcb035e61503b57e9653eac89aa658261126f2d /mail/courier-imap | |
parent | ad26255b44884e2a56646a9ba73c8a06989595d3 (diff) |
Add an install-configure target to update existing configuration
files (recommended).
Notes
Notes:
svn path=/head/; revision=109873
Diffstat (limited to 'mail/courier-imap')
-rw-r--r-- | mail/courier-imap/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 0488ff52f7c0..6acca352f125 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -190,7 +190,6 @@ MLINKS= authlib.7 authpwd.7 \ EXTRA_DOCS= README INSTALL AUTHORS imap/ChangeLog - post-patch: @${REINPLACE_CMD} -e 's|^case x$$lockmethod in|${TEST} \&\& &|g' \ ${WRKSRC}/liblock/configure @@ -226,5 +225,11 @@ post-install: @${ECHO_MSG} "imap account required pam_unix.so try_first_pass" @${ECHO_MSG} "imap session required pam_permit.so" @${ECHO_MSG} "" + @${ECHO_MSG} "In case you are upgrading an existing Installation, you need to run" + @${ECHO_MSG} "'make install-configure' to update your old configuration files." + @${ECHO_MSG} "" + +install-configure: + cd ${WRKSRC} && ${GMAKE} install-configure .include <bsd.port.post.mk> |