pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd22 Put post-install information into M...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d704f09021e8
branches:  trunk
changeset: 468511:d704f09021e8
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Feb 14 17:45:44 2004 +0000

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

diffstat:

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

diffs (68 lines):

diff -r 0bca864ad257 -r d704f09021e8 mail/cyrus-imapd22/INSTALL
--- a/mail/cyrus-imapd22/INSTALL        Sat Feb 14 17:39:29 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# $NetBSD: INSTALL,v 1.1.1.1 2004/01/18 12:42:11 recht 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 0bca864ad257 -r d704f09021e8 mail/cyrus-imapd22/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cyrus-imapd22/MESSAGE        Sat Feb 14 17:45:44 2004 +0000
@@ -0,0 +1,19 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/02/14 17:45:44 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 than pwcheck by
+default.
+
+===========================================================================
diff -r 0bca864ad257 -r d704f09021e8 mail/cyrus-imapd22/Makefile
--- a/mail/cyrus-imapd22/Makefile       Sat Feb 14 17:39:29 2004 +0000
+++ b/mail/cyrus-imapd22/Makefile       Sat Feb 14 17:45:44 2004 +0000
@@ -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 @@
 
 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