diff options
author | kim <kim@pkgsrc.org> | 2005-01-11 03:58:22 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2005-01-11 03:58:22 +0000 |
commit | 966c052f05b26a27e2754f7b7f33e870363669ac (patch) | |
tree | 44c5b9e271618d8b96e068f32dbbf595cbbda54b /mail | |
parent | 76bcf8f3e80af466fd0eb343860e23c22af00151 (diff) | |
download | pkgsrc-966c052f05b26a27e2754f7b7f33e870363669ac.tar.gz |
Install fetchnews.8 as cyrus-fetchnews.8 to avoid a conflict with leafnode.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 8 | ||||
-rw-r--r-- | mail/cyrus-imapd22/PLIST | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index f724245ec55..05bd952e644 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2004/12/29 15:42:37 minskim Exp $ +# $NetBSD: Makefile,v 1.32 2005/01/11 03:58:22 kim Exp $ DISTNAME= cyrus-imapd-2.2.10 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/imap/ @@ -137,8 +137,8 @@ PERL5_PACKLIST= \ # post-patch: cd ${WRKSRC}/man; \ - set -- deliver 8 idled 8 imapd 8 lmtpd 8 master 8 nntpd 8 \ - notifyd 8 pop3d 8 quota 8; \ + set -- deliver 8 fetchnews 8 idled 8 imapd 8 lmtpd 8 master 8 \ + nntpd 8 notifyd 8 pop3d 8 quota 8; \ while [ $$# -gt 0 ]; do \ man=$$1.$$2; \ for file in Makefile.in *.[0-9]; do \ diff --git a/mail/cyrus-imapd22/PLIST b/mail/cyrus-imapd22/PLIST index f23e67f4c58..aa5aa703cdc 100644 --- a/mail/cyrus-imapd22/PLIST +++ b/mail/cyrus-imapd22/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/05/27 09:28:16 recht Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/01/11 03:58:22 kim Exp $ bin/imtest bin/installsieve bin/lmtptest @@ -100,6 +100,7 @@ man/man8/ctl_mboxlist.8 man/man8/cvt_cyrusdb.8 man/man8/cyr_expire.8 man/man8/cyrus-deliver.8 +man/man8/cyrus-fetchnews.8 man/man8/cyrus-idled.8 man/man8/cyrus-imapd.8 man/man8/cyrus-lmtpd.8 @@ -108,7 +109,6 @@ man/man8/cyrus-nntpd.8 man/man8/cyrus-notifyd.8 man/man8/cyrus-pop3d.8 man/man8/cyrus-quota.8 -man/man8/fetchnews.8 man/man8/fud.8 man/man8/ipurge.8 man/man8/mbexamine.8 |