git: 84164b74a3f1 - main - textproc/html2xhtml: Moved man to share/man

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

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

commit 84164b74a3f168bdca3d991af9dac4df3faed60f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 07:53:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 07:53:00 +0000

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

diff --git a/textproc/html2xhtml/Makefile b/textproc/html2xhtml/Makefile
index 7e8e57d1f2d5..9603686552fc 100644
--- a/textproc/html2xhtml/Makefile
+++ b/textproc/html2xhtml/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	html2xhtml
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.it.uc3m.es/jaf/html2xhtml/downloads/
 
@@ -8,12 +9,13 @@ COMMENT=	Convert HTML to XHTML
 WWW=		https://www.it.uc3m.es/jaf/html2xhtml
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USES=		iconv
 
 CONFLICTS_INSTALL=	p5-HTML-HTML5-Parser p5-XML-Driver-HTML # bin/html2xhtml
 
 PLIST_FILES=	bin/dtdquery \
 		bin/html2xhtml \
-		man/man1/html2xhtml.1.gz
+		share/man/man1/html2xhtml.1.gz
 
 .include <bsd.port.mk>