diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2024-02-29 21:49:26 +0000 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2024-03-03 01:41:39 +0000 |
commit | 553abc6987a01f31f47f291da59ace43e976378f (patch) | |
tree | 491914d16076a1ec1e3313b664dda9120d3fc585 | |
parent | 2cb697ec07f769e2ba487bc75bc61ee81697d341 (diff) | |
download | ports-553abc6987a01f31f47f291da59ace43e976378f.tar.gz ports-553abc6987a01f31f47f291da59ace43e976378f.zip |
mail/dovecot-pigeonhole: Move manapges to share/man
PR: 277402
Approved by: portmgr (blanket)
-rw-r--r-- | mail/dovecot-pigeonhole/Makefile | 3 | ||||
-rw-r--r-- | mail/dovecot-pigeonhole/pkg-plist | 14 |
2 files changed, 9 insertions, 8 deletions
diff --git a/mail/dovecot-pigeonhole/Makefile b/mail/dovecot-pigeonhole/Makefile index 5c3e2932d82b..bd09cafff50c 100644 --- a/mail/dovecot-pigeonhole/Makefile +++ b/mail/dovecot-pigeonhole/Makefile @@ -1,6 +1,6 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.5.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} @@ -17,6 +17,7 @@ RUN_DEPENDS= dovecot>=2.3.9:mail/dovecot DOVECOTVERSION= 2.3 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ --docdir=${DOCSDIR} \ --with-dovecot="${LOCALBASE}/lib/dovecot" diff --git a/mail/dovecot-pigeonhole/pkg-plist b/mail/dovecot-pigeonhole/pkg-plist index 980310bea615..5aca6b715884 100644 --- a/mail/dovecot-pigeonhole/pkg-plist +++ b/mail/dovecot-pigeonhole/pkg-plist @@ -79,13 +79,13 @@ lib/dovecot/sieve/lib90_sieve_extprograms_plugin.a lib/dovecot/sieve/lib90_sieve_extprograms_plugin.so lib/dovecot/sieve/lib90_sieve_imapsieve_plugin.a lib/dovecot/sieve/lib90_sieve_imapsieve_plugin.so -man/man1/doveadm-sieve.1.gz -man/man1/sieve-dump.1.gz -man/man1/sieve-filter.1.gz -man/man1/sieve-test.1.gz -man/man1/sievec.1.gz -man/man1/sieved.1.gz -man/man7/pigeonhole.7.gz +share/man/man1/doveadm-sieve.1.gz +share/man/man1/sieve-dump.1.gz +share/man/man1/sieve-filter.1.gz +share/man/man1/sieve-test.1.gz +share/man/man1/sievec.1.gz +share/man/man1/sieved.1.gz +share/man/man7/pigeonhole.7.gz share/aclocal/dovecot-pigeonhole.m4 share/doc/dovecot/example-config/conf.d/20-managesieve.conf share/doc/dovecot/example-config/conf.d/90-sieve-extprograms.conf |