diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-28 22:37:44 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-28 23:14:44 +0100 |
commit | b93c94171469a8e0c43ef5f51afb730dcb2d269e (patch) | |
tree | 85fa46f808f703d35030234f5ae8ac22e3803e54 | |
parent | cb5fc999a649c96e41622b5bfd01c56506ac66c0 (diff) | |
download | freebsd-ports-b93c94171469a8e0c43ef5f51afb730dcb2d269e.zip |
mail/opendmarc: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | mail/opendmarc/Makefile | 2 | ||||
-rw-r--r-- | mail/opendmarc/pkg-plist | 16 |
2 files changed, 10 insertions, 8 deletions
diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile index 9975def616e5..114c2b74a2fe 100644 --- a/mail/opendmarc/Makefile +++ b/mail/opendmarc/Makefile @@ -1,5 +1,6 @@ PORTNAME= opendmarc PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= mail security MASTER_SITES= GH @@ -30,6 +31,7 @@ GH_ACCOUNT= trusteddomainproject GH_TAGNAME= rel-opendmarc-1-4-2 GH_PROJECT= OpenDMARC GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share OPTIONS_DEFINE= SPF DOCS OPTIONS_DEFAULT= SPF diff --git a/mail/opendmarc/pkg-plist b/mail/opendmarc/pkg-plist index cbabbab5030d..a14dea8a2c28 100644 --- a/mail/opendmarc/pkg-plist +++ b/mail/opendmarc/pkg-plist @@ -4,14 +4,14 @@ lib/libopendmarc.a lib/libopendmarc.so lib/libopendmarc.so.2 lib/libopendmarc.so.2.0.3 -man/man5/opendmarc.conf.5.gz -man/man8/opendmarc-check.8.gz -man/man8/opendmarc-expire.8.gz -man/man8/opendmarc-import.8.gz -man/man8/opendmarc-importstats.8.gz -man/man8/opendmarc-params.8.gz -man/man8/opendmarc-reports.8.gz -man/man8/opendmarc.8.gz +share/man/man5/opendmarc.conf.5.gz +share/man/man8/opendmarc-check.8.gz +share/man/man8/opendmarc-expire.8.gz +share/man/man8/opendmarc-import.8.gz +share/man/man8/opendmarc-importstats.8.gz +share/man/man8/opendmarc-params.8.gz +share/man/man8/opendmarc-reports.8.gz +share/man/man8/opendmarc.8.gz sbin/opendmarc sbin/opendmarc-check sbin/opendmarc-expire |