git: 11508983802e - main - textproc/redet: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 01 Mar 2024 22:54:34 UTC
The branch main has been updated by bofh:

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

commit 11508983802e557c9015ddbf6169de167481ab0e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-01 22:48:24 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-01 22:54:24 +0000

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

diff --git a/textproc/redet/Makefile b/textproc/redet/Makefile
index cd97f4cd5d26..724dfd848768 100644
--- a/textproc/redet/Makefile
+++ b/textproc/redet/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	redet
 PORTVERSION=	8.26
+PORTREVISION=	1
 CATEGORIES=	textproc tk
 MASTER_SITES=	http://www.billposer.org/Software/Downloads/
 
@@ -15,7 +16,7 @@ USES=		tk:run tar:bzip2
 
 PORTDOCS=	AUTHORS COPYING CREDITS LICENSE NEWS README-General ChangeLog
 PLIST_FILES=	bin/redet \
-		man/man1/redet.1.gz
+		share/man/man1/redet.1.gz
 
 OPTIONS_DEFINE=	DOCS
 
@@ -24,7 +25,7 @@ post-patch:
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/redet.tcl ${STAGEDIR}${PREFIX}/bin/redet
-	${INSTALL_MAN} ${WRKSRC}/redet.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/redet.1 ${STAGEDIR}${PREFIX}/share/man/man1
 
 do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}