summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd22
diff options
context:
space:
mode:
authorsnj <snj>2004-02-14 17:45:44 +0000
committersnj <snj>2004-02-14 17:45:44 +0000
commit6f19ceacfb5580a0300da8dd565035c5e374a190 (patch)
treeb2c106e40c3850a428d47689c8708b5f59ff9831 /mail/cyrus-imapd22
parentf9c0344f46f1aa518265283d5f253a00e6c9f37c (diff)
downloadpkgsrc-6f19ceacfb5580a0300da8dd565035c5e374a190.tar.gz
Put post-install information into MESSAGE instead of using an INSTALL
script. Okayed by wiz.
Diffstat (limited to 'mail/cyrus-imapd22')
-rw-r--r--mail/cyrus-imapd22/MESSAGE (renamed from mail/cyrus-imapd22/INSTALL)17
-rw-r--r--mail/cyrus-imapd22/Makefile3
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"