git: 55b65de471cb - main - sysutils/virt-what: Move manpages to PREFIX/share/man

From: Juraj Lutter <otis_at_FreeBSD.org>
Date: Wed, 07 Feb 2024 13:08:52 UTC
The branch main has been updated by otis:

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

commit 55b65de471cbd7ffbac5f30f627f2a4f17e160a9
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2024-02-07 10:53:03 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-02-07 13:08:21 +0000

    sysutils/virt-what: Move manpages to PREFIX/share/man
---
 sysutils/virt-what/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sysutils/virt-what/Makefile b/sysutils/virt-what/Makefile
index 1527fe78757c..feac2506eefc 100644
--- a/sysutils/virt-what/Makefile
+++ b/sysutils/virt-what/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	virt-what
 PORTVERSION=	1.25
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://people.redhat.com/~rjones/virt-what/files/
 
@@ -12,9 +13,10 @@ LICENSE=	GPLv1
 USES=		perl5
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 PLIST_FILES=	libexec/virt-what-cpuid-helper \
-		man/man1/virt-what.1.gz \
+		share/man/man1/virt-what.1.gz \
 		sbin/virt-what
 
 .include <bsd.port.mk>