git: 40cd061a779a - main - astro/xmoontool: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 21 Feb 2024 11:08:57 UTC
The branch main has been updated by bofh:

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

commit 40cd061a779ac97edeb06298b887c8a36ed41f1c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-21 10:53:56 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-21 11:08:31 +0000

    astro/xmoontool: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 astro/xmoontool/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/astro/xmoontool/Makefile b/astro/xmoontool/Makefile
index baa489d981b0..1458141c7a37 100644
--- a/astro/xmoontool/Makefile
+++ b/astro/xmoontool/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xmoontool
 PORTVERSION=	3.0.3
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	astro
 MASTER_SITES=	http://www.senax.net/xmoontool/
 
@@ -11,7 +11,7 @@ WWW=		http://www.senax.net/xmoontool/xmoontool.html
 USES=		motif xorg
 USE_XORG=	x11 xt
 
-PLIST_FILES=	bin/xmoontool man/man1/xmoontool.1.gz
+PLIST_FILES=	bin/xmoontool share/man/man1/xmoontool.1.gz
 PORTDOCS=	NOTES
 
 OPTIONS_DEFINE=	DOCS LIBNOVA
@@ -23,7 +23,7 @@ LIBNOVA_LIB_DEPENDS=	libnova.so:astro/libnova
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xmoontool ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/xmoontool.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/xmoontool.1 ${STAGEDIR}${PREFIX}/share/man/man1
 
 do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}