diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd22/MESSAGE (renamed from mail/cyrus-imapd22/INSTALL) | 17 | ||||
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 3 |
2 files changed, 7 insertions, 13 deletions
diff --git a/mail/cyrus-imapd22/INSTALL b/mail/cyrus-imapd22/MESSAGE index 76ca76a379c..eb265ab19fe 100644 --- a/mail/cyrus-imapd22/INSTALL +++ b/mail/cyrus-imapd22/MESSAGE @@ -1,12 +1,9 @@ -# $NetBSD: INSTALL,v 1.1.1.1 2004/01/18 12:42:11 recht Exp $ - -case ${STAGE} in -POST-INSTALL) - ${CAT} << EOF =========================================================================== +$NetBSD: MESSAGE,v 1.1 2004/02/14 17:45:44 snj Exp $ + Please also refer to: - ${PKG_PREFIX}/share/doc/html/cyrus-imapd/install.html + ${PREFIX}/share/doc/html/cyrus-imapd/install.html for more detailed instructions on setting up the environment before starting the Cyrus IMAP server. In particular, several services will @@ -14,11 +11,9 @@ probably need to be added to /etc/services. Note anyone upgrading from an earlier version of cyrus should read: - ${PKG_PREFIX}/share/doc/html/cyrus-imapd/install-upgrade.html + ${PREFIX}/share/doc/html/cyrus-imapd/install-upgrade.html -Also note that cyrus-imapd now uses saslauthd rather then pwcheck by +Also note that cyrus-imapd now uses saslauthd rather than pwcheck by default. + =========================================================================== -EOF - ;; -esac diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 25a6a9b8b7c..73a54727cd7 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/23 12:42:29 recht Exp $ +# $NetBSD: Makefile,v 1.3 2004/02/14 17:45:44 snj Exp $ # DISTNAME= cyrus-imapd-2.2.3 @@ -17,7 +17,6 @@ PERL5_CONFIGURE= no USE_PKGINSTALL= yes DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL -INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL .include "../../mk/bsd.prefs.mk" |