git: 06885a2b8834 - main - devel/pthsem: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 23 Feb 2024 14:50:32 UTC
The branch main has been updated by bofh:

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

commit 06885a2b883470c9d76b66f5a28b017a1a590dcd
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 13:58:03 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 14:49:54 +0000

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

diff --git a/devel/pthsem/Makefile b/devel/pthsem/Makefile
index 6c7565c17722..950a1f3c15fb 100644
--- a/devel/pthsem/Makefile
+++ b/devel/pthsem/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pthsem
 PORTVERSION=	2.0.8
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	http://www.auto.tuwien.ac.at/~mkoegler/pth/
 DISTFILES=	${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
@@ -11,6 +11,7 @@ WWW=		https://www.auto.tuwien.ac.at/~mkoegler/index.php/pth
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USES=		gmake libtool pathfix
 INSTALL_TARGET=	install-strip
 
diff --git a/devel/pthsem/pkg-plist b/devel/pthsem/pkg-plist
index 85da12d532a9..2de95a0df35d 100644
--- a/devel/pthsem/pkg-plist
+++ b/devel/pthsem/pkg-plist
@@ -5,6 +5,6 @@ lib/libpthsem.so
 lib/libpthsem.so.20
 lib/libpthsem.so.20.0.28
 libdata/pkgconfig/pthsem.pc
-man/man1/pthsem-config.1.gz
-man/man3/pthsem.3.gz
+share/man/man1/pthsem-config.1.gz
+share/man/man3/pthsem.3.gz
 share/aclocal/pthsem.m4