git: 8c88119c5f21 - main - security/xmlsec1: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 20 Feb 2024 22:56:40 UTC
The branch main has been updated by bofh:

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

commit 8c88119c5f21764cc2cdd7e1b2504f73a4650883
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-20 22:37:46 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-20 22:51:01 +0000

    security/xmlsec1: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 security/xmlsec1/Makefile  | 2 ++
 security/xmlsec1/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile
index 3db31e03ceca..498b6a5a13de 100644
--- a/security/xmlsec1/Makefile
+++ b/security/xmlsec1/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xmlsec1
 DISTVERSION=	1.3.2
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/lsh123/xmlsec/releases/download/xmlsec_${DISTVERSION:S,.,_,g}/ \
 		https://www.aleksey.com/xmlsec/download/
@@ -18,6 +19,7 @@ USE_GNOME=	libxml2 libxslt
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 INSTALL_TARGET=	install-strip
 PORTDOCS=	*
diff --git a/security/xmlsec1/pkg-plist b/security/xmlsec1/pkg-plist
index 1437ee113a81..6e1a43d5323a 100644
--- a/security/xmlsec1/pkg-plist
+++ b/security/xmlsec1/pkg-plist
@@ -68,6 +68,6 @@ lib/libxmlsec1.so.%%DISTVERSION%%
 %%NSS%%libdata/pkgconfig/xmlsec1-nss.pc
 %%OPENSSL%%libdata/pkgconfig/xmlsec1-openssl.pc
 libdata/pkgconfig/xmlsec1.pc
-man/man1/xmlsec1-config.1.gz
-man/man1/xmlsec1.1.gz
+share/man/man1/xmlsec1-config.1.gz
+share/man/man1/xmlsec1.1.gz
 share/aclocal/xmlsec1.m4