diff options
author | atatat <atatat@pkgsrc.org> | 2003-03-28 21:05:04 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2003-03-28 21:05:04 +0000 |
commit | b80d896d3ef089a54c703e62fd4194364e9b6e36 (patch) | |
tree | 09238571e0b44e7ac346981d2d6b56a5b92a6d71 | |
parent | 92445eb1ed34e342aa655ca9a0ecbeaa196f188c (diff) | |
download | pkgsrc-b80d896d3ef089a54c703e62fd4194364e9b6e36.tar.gz |
Make the cyrus-imapd package install the html versions of its man
pages. Normally I wouldn't care, except (a) there don't seem to be
"plaintext" versions and (b) the html that *does* get installed links
to it. Or them, rather.
Bump PKGREVISION accordingly. Reviewed by jlam.
-rw-r--r-- | mail/cyrus-imapd/Makefile | 5 | ||||
-rw-r--r-- | mail/cyrus-imapd/PLIST | 27 |
2 files changed, 30 insertions, 2 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index abd9cefe18e..0d2ec1c617b 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2003/01/28 22:03:30 jlam Exp $ +# $NetBSD: Makefile,v 1.39 2003/03/28 21:05:04 atatat Exp $ DISTNAME= cyrus-imapd-2.0.17 +PKGREVISION= 1 SVR4_PKGNAME= cimap CATEGORIES= mail MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ @@ -110,6 +111,8 @@ post-install: cd ${WRKSRC}/master/conf; ${INSTALL_DATA} *.conf ${EGDIR} ${INSTALL_DATA_DIR} ${HTMLDIR} cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html cyrusv2.mc ${HTMLDIR} + ${INSTALL_DATA_DIR} ${HTMLDIR}/man + cd ${WRKSRC}/doc/man; ${INSTALL_DATA} *.html ${HTMLDIR}/man .include "../../databases/db3/buildlink2.mk" .include "../../lang/perl5/module.mk" diff --git a/mail/cyrus-imapd/PLIST b/mail/cyrus-imapd/PLIST index 33f93341f45..2a7309e68e0 100644 --- a/mail/cyrus-imapd/PLIST +++ b/mail/cyrus-imapd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/12/06 12:53:52 chris Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/03/28 21:05:04 atatat Exp $ bin/imtest bin/installsieve bin/sieveshell @@ -106,7 +106,32 @@ share/examples/cyrus-imapd/imapd.conf share/examples/cyrus-imapd/normal.conf share/examples/cyrus-imapd/prefork.conf share/examples/cyrus-imapd/small.conf +share/doc/html/cyrus-imapd/man/arbitron.8.html +share/doc/html/cyrus-imapd/man/collectnews.8.html +share/doc/html/cyrus-imapd/man/ctl_deliver.8.html +share/doc/html/cyrus-imapd/man/ctl_mboxlist.8.html +share/doc/html/cyrus-imapd/man/cyrus.conf.5.html +share/doc/html/cyrus-imapd/man/deliver.8.html +share/doc/html/cyrus-imapd/man/fud.8.html +share/doc/html/cyrus-imapd/man/idled.8.html +share/doc/html/cyrus-imapd/man/imapd.8.html +share/doc/html/cyrus-imapd/man/imapd.conf.5.html +share/doc/html/cyrus-imapd/man/imclient.3.html +share/doc/html/cyrus-imapd/man/imtest.1.html +share/doc/html/cyrus-imapd/man/installsieve.1.html +share/doc/html/cyrus-imapd/man/ipurge.8.html +share/doc/html/cyrus-imapd/man/krb.equiv.5.html +share/doc/html/cyrus-imapd/man/lmtpd.8.html +share/doc/html/cyrus-imapd/man/master.8.html +share/doc/html/cyrus-imapd/man/mbpath.8.html +share/doc/html/cyrus-imapd/man/pop3d.8.html +share/doc/html/cyrus-imapd/man/quota.8.html +share/doc/html/cyrus-imapd/man/reconstruct.8.html +share/doc/html/cyrus-imapd/man/rmnews.8.html +share/doc/html/cyrus-imapd/man/syncnews.8.html +share/doc/html/cyrus-imapd/man/timsieved.8.html @dirrm share/examples/cyrus-imapd +@dirrm share/doc/html/cyrus-imapd/man @dirrm share/doc/html/cyrus-imapd @dirrm include/cyrus @dirrm cyrus/bin |