pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd21 Put post-install information in MES...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f7e4e280d5e
branches:  trunk
changeset: 468518:5f7e4e280d5e
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Feb 14 18:03:03 2004 +0000

description:
Put post-install information in MESSAGE instead of using an INSTALL script.
Okayed by wiz.

diffstat:

 mail/cyrus-imapd21/INSTALL  |  24 ------------------------
 mail/cyrus-imapd21/MESSAGE  |  18 ++++++++++++++++++
 mail/cyrus-imapd21/Makefile |   3 +--
 3 files changed, 19 insertions(+), 26 deletions(-)

diffs (67 lines):

diff -r 0e14335c669b -r 5f7e4e280d5e mail/cyrus-imapd21/INSTALL
--- a/mail/cyrus-imapd21/INSTALL        Sat Feb 14 17:58:12 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 0e14335c669b -r 5f7e4e280d5e mail/cyrus-imapd21/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cyrus-imapd21/MESSAGE        Sat Feb 14 18:03:03 2004 +0000
@@ -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 -r 0e14335c669b -r 5f7e4e280d5e mail/cyrus-imapd21/Makefile
--- a/mail/cyrus-imapd21/Makefile       Sat Feb 14 17:58:12 2004 +0000
+++ b/mail/cyrus-imapd21/Makefile       Sat Feb 14 18:03:03 2004 +0000
@@ -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 @@
 
 USE_PKGINSTALL=                YES
 DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
-INSTALL_EXTRA_TMPL+=   ${.CURDIR}/INSTALL
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index