diff options
author | oliver <oliver@FreeBSD.org> | 2004-05-24 23:23:12 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-05-24 23:23:12 +0800 |
commit | eef299b6eab92a68c6393396678f51fb76d6aa8f (patch) | |
tree | 1d0232fa9071cb9fa10d54da348f3f0a557795a5 /mail/courier-imap | |
parent | 138a3c2d21949ad4dbaa5e152333cf13af107421 (diff) | |
download | freebsd-ports-graphics-eef299b6eab92a68c6393396678f51fb76d6aa8f.tar.gz freebsd-ports-graphics-eef299b6eab92a68c6393396678f51fb76d6aa8f.tar.zst freebsd-ports-graphics-eef299b6eab92a68c6393396678f51fb76d6aa8f.zip |
Add an install-configure target to update existing configuration
files (recommended).
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 0488ff52f7c..6acca352f12 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> |