git: 43a0c17ac177 - main - sysutils/lineak-defaultplugin: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 26 Feb 2024 21:41:33 UTC
The branch main has been updated by bofh:

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

commit 43a0c17ac1770d9f56cf2519776ae3996393ef59
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 21:23:24 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 21:40:46 +0000

    sysutils/lineak-defaultplugin: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/lineak-defaultplugin/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sysutils/lineak-defaultplugin/Makefile b/sysutils/lineak-defaultplugin/Makefile
index e0532bc97b22..3d7a500abd02 100644
--- a/sysutils/lineak-defaultplugin/Makefile
+++ b/sysutils/lineak-defaultplugin/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lineak-defaultplugin
 PORTVERSION=	0.9
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils deskutils
 MASTER_SITES=	SF/lineak/lineak_defaultplugin/${PORTNAME}-${PORTVERSION}
 DIST_SUBDIR=	lineak
@@ -16,6 +16,7 @@ LIB_DEPENDS=	liblineak.so:sysutils/lineakd
 USES=		gmake libtool xorg
 USE_XORG=	x11 xext xt xtst xfixes
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	kde_cv_prog_cxx_fno_check_new=no
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -23,7 +24,7 @@ INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	lib/lineakd/plugins/defaultplugin.so \
 		lib/lineakd/plugins/mediadetectplugin.so \
-		man/man1/lineak_defaultplugin.1.gz \
+		share/man/man1/lineak_defaultplugin.1.gz \
 		etc/media-detect.conf
 
 post-patch: