Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2024 22:15:17 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b93c94171469 - main - mail/opendmarc: Moved man to share/man
Message-ID:  <202401282215.40SMFHBr051978@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b93c94171469a8e0c43ef5f51afb730dcb2d269e

commit b93c94171469a8e0c43ef5f51afb730dcb2d269e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-28 21:37:44 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-28 22:14:44 +0000

    mail/opendmarc: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 mail/opendmarc/Makefile  |  2 ++
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401282215.40SMFHBr051978>