summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd
diff options
context:
space:
mode:
authorsnj <snj>2004-02-14 17:55:18 +0000
committersnj <snj>2004-02-14 17:55:18 +0000
commitbe1976433311c00ac6f03bdad6858974ddf725ed (patch)
tree6ba2b8bd7fcd1402b8cf773f41cffce302181742 /mail/cyrus-imapd
parenteb61ca0616a625421c2eb3b707329a70ec0386f4 (diff)
downloadpkgsrc-be1976433311c00ac6f03bdad6858974ddf725ed.tar.gz
Put post-install information in MESSAGE instead of using an INSTALL script.
Okayed by wiz.
Diffstat (limited to 'mail/cyrus-imapd')
-rw-r--r--mail/cyrus-imapd/MESSAGE (renamed from mail/cyrus-imapd/INSTALL)12
-rw-r--r--mail/cyrus-imapd/Makefile3
2 files changed, 4 insertions, 11 deletions
diff --git a/mail/cyrus-imapd/INSTALL b/mail/cyrus-imapd/MESSAGE
index aa40a4bfe92..062e549a2d7 100644
--- a/mail/cyrus-imapd/INSTALL
+++ b/mail/cyrus-imapd/MESSAGE
@@ -1,17 +1,11 @@
-# $NetBSD: INSTALL,v 1.4 2003/08/30 20:22:55 jlam Exp $
-
-case ${STAGE} in
-POST-INSTALL)
- ${CAT} << EOF
===========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/02/14 17:55:18 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
probably need to be added to /etc/services.
===========================================================================
-EOF
- ;;
-esac
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile
index 9a8d86a3604..500fa651075 100644
--- a/mail/cyrus-imapd/Makefile
+++ b/mail/cyrus-imapd/Makefile
@@ -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 @@ AUTOCONF_REQD= 2.13
USE_PKGINSTALL= YES
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
-INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
.include "../../mk/bsd.prefs.mk"