git: e2bb981f43df - main - textproc/vbindiff: Moved man to share/man

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

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

commit e2bb981f43df0e9f982c82aac5f278059232f9ee
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 12:31:49 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 12:35:30 +0000

    textproc/vbindiff: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 textproc/vbindiff/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/textproc/vbindiff/Makefile b/textproc/vbindiff/Makefile
index 094dfd3f9227..5f0e7b0ef596 100644
--- a/textproc/vbindiff/Makefile
+++ b/textproc/vbindiff/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	vbindiff
 DISTVERSION=	3.0_beta5
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	https://www.cjmweb.net/vbindiff/
 
@@ -11,8 +12,9 @@ LICENSE=	GPLv2+
 
 USES=		ncurses
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 PLIST_FILES=	bin/vbindiff \
-		man/man1/vbindiff.1.gz
+		share/man/man1/vbindiff.1.gz
 
 .include <bsd.port.mk>