diff options
author | snj <snj@pkgsrc.org> | 2004-02-14 18:03:03 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-02-14 18:03:03 +0000 |
commit | ae57b368df84b886d9b56719fe0de8bff29cc204 (patch) | |
tree | 7595c40f92fc09209b0938fb9089d79d33d292ae /mail | |
parent | 4e933854ab6b38d77cc7823778112d6ccfca410f (diff) | |
download | pkgsrc-ae57b368df84b886d9b56719fe0de8bff29cc204.tar.gz |
Put post-install information in MESSAGE instead of using an INSTALL script.
Okayed by wiz.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd21/MESSAGE (renamed from mail/cyrus-imapd21/INSTALL) | 14 | ||||
-rw-r--r-- | mail/cyrus-imapd21/Makefile | 3 |
2 files changed, 5 insertions, 12 deletions
diff --git a/mail/cyrus-imapd21/INSTALL b/mail/cyrus-imapd21/MESSAGE index 6edbf3067fc..88314e3884a 100644 --- a/mail/cyrus-imapd21/INSTALL +++ b/mail/cyrus-imapd21/MESSAGE @@ -1,12 +1,9 @@ -# $NetBSD: INSTALL,v 1.2 2003/08/30 20:22:56 jlam Exp $ - -case ${STAGE} in -POST-INSTALL) - ${CAT} << EOF =========================================================================== +$NetBSD: MESSAGE,v 1.1 2004/02/14 18:03:03 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,8 @@ 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 default. =========================================================================== -EOF - ;; -esac 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" |