diff options
author | snj <snj@pkgsrc.org> | 2004-02-14 17:55:18 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-02-14 17:55:18 +0000 |
commit | fcd350be2b90d66fab56649cc87904a9ae073a2f (patch) | |
tree | 6ba2b8bd7fcd1402b8cf773f41cffce302181742 /mail | |
parent | 17d6cb42a8dc9e2226c907be26296b0fbb7b686f (diff) | |
download | pkgsrc-fcd350be2b90d66fab56649cc87904a9ae073a2f.tar.gz |
Put post-install information in MESSAGE instead of using an INSTALL script.
Okayed by wiz.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd/MESSAGE (renamed from mail/cyrus-imapd/INSTALL) | 12 | ||||
-rw-r--r-- | mail/cyrus-imapd/Makefile | 3 |
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" |