From ae57b368df84b886d9b56719fe0de8bff29cc204 Mon Sep 17 00:00:00 2001 From: snj Date: Sat, 14 Feb 2004 18:03:03 +0000 Subject: Put post-install information in MESSAGE instead of using an INSTALL script. Okayed by wiz. --- mail/cyrus-imapd21/INSTALL | 24 ------------------------ mail/cyrus-imapd21/MESSAGE | 18 ++++++++++++++++++ mail/cyrus-imapd21/Makefile | 3 +-- 3 files changed, 19 insertions(+), 26 deletions(-) delete mode 100644 mail/cyrus-imapd21/INSTALL create mode 100644 mail/cyrus-imapd21/MESSAGE diff --git a/mail/cyrus-imapd21/INSTALL b/mail/cyrus-imapd21/INSTALL deleted file mode 100644 index 6edbf3067fc..00000000000 --- a/mail/cyrus-imapd21/INSTALL +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: INSTALL,v 1.2 2003/08/30 20:22:56 jlam Exp $ - -case ${STAGE} in -POST-INSTALL) - ${CAT} << EOF -=========================================================================== -Please also refer to: - - ${PKG_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 -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 - -Also note that cyrus-imapd now uses saslauthd rather then pwcheck by -default. -=========================================================================== -EOF - ;; -esac diff --git a/mail/cyrus-imapd21/MESSAGE b/mail/cyrus-imapd21/MESSAGE new file mode 100644 index 00000000000..88314e3884a --- /dev/null +++ b/mail/cyrus-imapd21/MESSAGE @@ -0,0 +1,18 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2004/02/14 18:03:03 snj Exp $ + +Please also refer to: + + ${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 +probably need to be added to /etc/services. + +Note anyone upgrading from an earlier version of cyrus should read: + + ${PREFIX}/share/doc/html/cyrus-imapd/install-upgrade.html + +Also note that cyrus-imapd now uses saslauthd rather then pwcheck by +default. +=========================================================================== diff --git a/mail/cyrus-imapd21/Makefile b/mail/cyrus-imapd21/Makefile index e03070075a3..93359b8c529 100644 --- a/mail/cyrus-imapd21/Makefile +++ b/mail/cyrus-imapd21/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/01/11 07:40:55 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2004/02/14 18:03:03 snj Exp $ DISTNAME= cyrus-imapd-2.1.15 PKGREVISION= 2 @@ -20,7 +20,6 @@ AUTOCONF_REQD= 2.13 USE_PKGINSTALL= YES DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL -INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3