git: b55d7ad75cdd - main - astro/wmglobe: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 22 Feb 2024 12:03:21 UTC
The branch main has been updated by bofh:

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

commit b55d7ad75cddcc828c23cf36fc5e80b38edf1774
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-22 11:48:20 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-22 12:02:56 +0000

    astro/wmglobe: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 astro/wmglobe/Makefile             | 4 ++--
 astro/wmglobe/files/patch-Makefile | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/astro/wmglobe/Makefile b/astro/wmglobe/Makefile
index bfe7ae14b294..ea0bf3edc004 100644
--- a/astro/wmglobe/Makefile
+++ b/astro/wmglobe/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wmglobe
 PORTVERSION=	1.3
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	astro windowmaker geography
 MASTER_SITES=	https://www.dockapps.net/download/
 
@@ -19,6 +19,6 @@ USE_XORG=	x11 xext xpm
 MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
 
 PLIST_FILES=	bin/wmglobe \
-		man/man1/wmglobe.1.gz
+		share/man/man1/wmglobe.1.gz
 
 .include <bsd.port.mk>
diff --git a/astro/wmglobe/files/patch-Makefile b/astro/wmglobe/files/patch-Makefile
index ac8b9055954e..a5e1fa75ee3d 100644
--- a/astro/wmglobe/files/patch-Makefile
+++ b/astro/wmglobe/files/patch-Makefile
@@ -28,4 +28,4 @@
 -		install wmglobe /usr/local/bin
 -		install wmglobe.1 /usr/local/man/man1
 +		${BSD_INSTALL_PROGRAM} wmglobe ${PREFIX}/bin
-+		${BSD_INSTALL_MAN} wmglobe.1 ${PREFIX}/man/man1
++		${BSD_INSTALL_MAN} wmglobe.1 ${PREFIX}/share/man/man1