diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-11 17:58:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-11 17:58:44 +0000 |
commit | 5227e46eda5662df5242884d2c032bcdc1248c7f (patch) | |
tree | faf35555755a0b717a00a056b28d2c7295ca6582 /mail/cyrus-imapd23 | |
parent | 29d5fde25b766cfbecad5ba158d8b67448ae1111 (diff) | |
download | ports-5227e46eda5662df5242884d2c032bcdc1248c7f.tar.gz ports-5227e46eda5662df5242884d2c032bcdc1248c7f.zip |
Notes
Diffstat (limited to 'mail/cyrus-imapd23')
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 30 | ||||
-rw-r--r-- | mail/cyrus-imapd23/pkg-plist | 56 |
2 files changed, 30 insertions, 56 deletions
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 305ea4c0f9f5..f3fa3fa41825 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -116,6 +116,22 @@ SUB_LIST= CYRUS_USER=${CYRUS_USER} CYRUS_GROUP=${CYRUS_GROUP} CYRUS_USER?= cyrus CYRUS_GROUP?= cyrus +MAN_MAN1= imtest installsieve lmtptest mupdatetest nntptest pop3test \ + sieveshell sivtest smtptest +MAN_MAN3= imclient +MAN_MAN5= cyrus.conf imapd.conf krb.equiv + +CYRUS_MAN8= arbitron chk_cyrus ctl_cyrusdb ctl_deliver ctl_mboxlist \ + cvt_cyrusdb cyr_dbtool cyr_df cyr_expire cyr_synclog deliver \ + fetchnews fud idled imapd ipurge lmtpd make_md5 make_sha1 \ + master mbexamine mbpath nntpd notifyd pop3d quota reconstruct \ + rmnews smmapd squatter sync_client sync_reset sync_server \ + syncnews timsieved tls_prune unexpunge + +CYRUS_PERL_MAN1=cyradm +CYRUS_PERL_MAN3=Cyrus::IMAP Cyrus::IMAP::Admin Cyrus::IMAP::IMSP \ + Cyrus::IMAP::Shell Cyrus::SIEVE::managesieve + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBDB} @@ -149,6 +165,20 @@ post-install: ${STAGEDIR}${CYRUS_PREFIX}/bin/masssievec ${INSTALL_DATA} ${WRKDIR}/cyrus-imapd-man.conf \ ${STAGEDIR}${PREFIX}/etc/man.d/cyrus-imapd.conf +.for s in 1 3 5 +. for m in ${MAN_MAN${s}} + @${ECHO_CMD} man/man${s}/${m}.${s}.gz >> ${TMPPLIST} +. endfor +.endfor +.for m in ${CYRUS_PERL_MAN1} + @${ECHO_CMD} man/man1/${m}.1.gz >> ${TMPPLIST} +.endfor +.for m in ${CYRUS_PERL_MAN3} + @${ECHO_CMD} ${SITE_MAN3}/${m}.3.gz >> ${TMPPLIST} +.endfor +.for m in ${CYRUS_MAN8} + @${ECHO_CMD} ${CYRUS_PREFIX}/man/man8/${m}.8.gz >> ${TMPPLIST} +.endfor post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/mail/cyrus-imapd23/pkg-plist b/mail/cyrus-imapd23/pkg-plist index fc3d2ae141a0..c307a038c04e 100644 --- a/mail/cyrus-imapd23/pkg-plist +++ b/mail/cyrus-imapd23/pkg-plist @@ -57,43 +57,6 @@ cyrus/bin/squatter cyrus/bin/timsieved cyrus/bin/tls_prune cyrus/bin/unexpunge -cyrus/man/man8/arbitron.8.gz -cyrus/man/man8/chk_cyrus.8.gz -cyrus/man/man8/ctl_cyrusdb.8.gz -cyrus/man/man8/ctl_deliver.8.gz -cyrus/man/man8/ctl_mboxlist.8.gz -cyrus/man/man8/cvt_cyrusdb.8.gz -cyrus/man/man8/cyr_dbtool.8.gz -cyrus/man/man8/cyr_df.8.gz -cyrus/man/man8/cyr_expire.8.gz -cyrus/man/man8/cyr_synclog.8.gz -cyrus/man/man8/deliver.8.gz -cyrus/man/man8/fetchnews.8.gz -cyrus/man/man8/fud.8.gz -cyrus/man/man8/idled.8.gz -cyrus/man/man8/imapd.8.gz -cyrus/man/man8/ipurge.8.gz -cyrus/man/man8/lmtpd.8.gz -cyrus/man/man8/make_md5.8.gz -cyrus/man/man8/make_sha1.8.gz -cyrus/man/man8/master.8.gz -cyrus/man/man8/mbexamine.8.gz -cyrus/man/man8/mbpath.8.gz -cyrus/man/man8/nntpd.8.gz -cyrus/man/man8/notifyd.8.gz -cyrus/man/man8/pop3d.8.gz -cyrus/man/man8/quota.8.gz -cyrus/man/man8/reconstruct.8.gz -cyrus/man/man8/rmnews.8.gz -cyrus/man/man8/smmapd.8.gz -cyrus/man/man8/squatter.8.gz -cyrus/man/man8/sync_client.8.gz -cyrus/man/man8/sync_reset.8.gz -cyrus/man/man8/sync_server.8.gz -cyrus/man/man8/syncnews.8.gz -cyrus/man/man8/timsieved.8.gz -cyrus/man/man8/tls_prune.8.gz -cyrus/man/man8/unexpunge.8.gz etc/man.d/cyrus-imapd.conf include/cyrus/acl.h include/cyrus/assert.h @@ -140,22 +103,3 @@ lib/libcyrus_min.a %%SITE_ARCH%%/Cyrus/SIEVE/managesieve.pm %%SITE_ARCH%%/auto/Cyrus/IMAP/IMAP.so %%SITE_ARCH%%/auto/Cyrus/SIEVE/managesieve/managesieve.so -%%PERL5_MAN3%%/Cyrus::IMAP.3.gz -%%PERL5_MAN3%%/Cyrus::IMAP::Admin.3.gz -%%PERL5_MAN3%%/Cyrus::IMAP::IMSP.3.gz -%%PERL5_MAN3%%/Cyrus::IMAP::Shell.3.gz -%%PERL5_MAN3%%/Cyrus::SIEVE::managesieve.3.gz -man/man1/cyradm.1.gz -man/man1/imtest.1.gz -man/man1/installsieve.1.gz -man/man1/lmtptest.1.gz -man/man1/mupdatetest.1.gz -man/man1/nntptest.1.gz -man/man1/pop3test.1.gz -man/man1/sieveshell.1.gz -man/man1/sivtest.1.gz -man/man1/smtptest.1.gz -man/man3/imclient.3.gz -man/man5/cyrus.conf.5.gz -man/man5/imapd.conf.5.gz -man/man5/krb.equiv.5.gz |