git: 97ce90c580d6 - main - textproc/java2html: Moved man to share/man

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

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

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

    textproc/java2html: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 textproc/java2html/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/textproc/java2html/Makefile b/textproc/java2html/Makefile
index 9c5f1f97df2c..cbed5b9f1caa 100644
--- a/textproc/java2html/Makefile
+++ b/textproc/java2html/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=		java2html
 PORTVERSION=		0.9.2
-PORTREVISION=		1
+PORTREVISION=		2
 CATEGORIES=		textproc www
 MASTER_SITES=		SUNSITE/apps/www/converters
 
@@ -11,11 +11,12 @@ WWW=		http://user.cs.tu-berlin.de/~schintke/x2html/
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 CONFLICTS_INSTALL=	source-highlight # bin/java2html
 
 PORTDOCS=	AUTHORS NEWS README
-PLIST_FILES=	bin/java2html man/man1/java2html.1.gz
+PLIST_FILES=	bin/java2html share/man/man1/java2html.1.gz
 
 OPTIONS_DEFINE=	DOCS