Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2024 13:08:52 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 55b65de471cb - main - sysutils/virt-what: Move manpages to PREFIX/share/man
Message-ID:  <202402071308.417D8qZ5052009@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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