pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd Put post-install information in MESSA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75aca2e23170
branches:  trunk
changeset: 468513:75aca2e23170
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Feb 14 17:55:18 2004 +0000

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

diffstat:

 mail/cyrus-imapd/INSTALL  |  17 -----------------
 mail/cyrus-imapd/MESSAGE  |  11 +++++++++++
 mail/cyrus-imapd/Makefile |   3 +--
 3 files changed, 12 insertions(+), 19 deletions(-)

diffs (53 lines):

diff -r a84ea6c7d62a -r 75aca2e23170 mail/cyrus-imapd/INSTALL
--- a/mail/cyrus-imapd/INSTALL  Sat Feb 14 17:54:14 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: INSTALL,v 1.4 2003/08/30 20:22:55 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.
-===========================================================================
-EOF
-       ;;
-esac
diff -r a84ea6c7d62a -r 75aca2e23170 mail/cyrus-imapd/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cyrus-imapd/MESSAGE  Sat Feb 14 17:55:18 2004 +0000
@@ -0,0 +1,11 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/02/14 17:55:18 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.
+===========================================================================
diff -r a84ea6c7d62a -r 75aca2e23170 mail/cyrus-imapd/Makefile
--- a/mail/cyrus-imapd/Makefile Sat Feb 14 17:54:14 2004 +0000
+++ b/mail/cyrus-imapd/Makefile Sat Feb 14 17:55:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2003/11/12 03:39:40 jschauma Exp $
+# $NetBSD: Makefile,v 1.44 2004/02/14 17:55:18 snj Exp $
 
 DISTNAME=              cyrus-imapd-2.0.17
 PKGREVISION=           2
@@ -18,7 +18,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