git: 3f594aa8f089 - main - sysutils/vttest: Move man pages to share/man

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Fri, 22 Mar 2024 20:18:56 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3f594aa8f089186ee5f9692bdd8f07456f2aacc4

commit 3f594aa8f089186ee5f9692bdd8f07456f2aacc4
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-22 19:51:28 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-22 20:18:20 +0000

    sysutils/vttest: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/vttest/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sysutils/vttest/Makefile b/sysutils/vttest/Makefile
index 1733a537b268..dec3b93ca3d8 100644
--- a/sysutils/vttest/Makefile
+++ b/sysutils/vttest/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	vttest
 PORTVERSION=	2023.12.30
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://invisible-island.net/archives/${PORTNAME}/ \
 		https://invisible-mirror.net/archives/${PORTNAME}/
@@ -15,10 +16,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		tar:tgz
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 MAKEFILE=	makefile
 
 PLIST_FILES=	bin/vttest \
-		man/man1/vttest.1.gz
+		share/man/man1/vttest.1.gz
 
 .include <bsd.port.mk>