git: 8b949c3aaa03 - main - chinese/aterm: Moved man to share/man

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

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

commit 8b949c3aaa035b758aa3155d8889dfdc723f2cd7
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-22 13:23:27 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-22 13:23:57 +0000

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

diff --git a/chinese/aterm/Makefile b/chinese/aterm/Makefile
index 7fc86d40be76..fbf2e9e33ef0 100644
--- a/chinese/aterm/Makefile
+++ b/chinese/aterm/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	aterm
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	chinese x11
 MASTER_SITES=	SF
 
@@ -10,12 +11,13 @@ WWW=		https://aterm.sourceforge.net/
 USES=		cpe xorg
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--enable-xim --enable-big5
 MAKE_JOBS_UNSAFE=	yes
 
 CONFLICTS_INSTALL=	aterm
 
 PLIST_FILES=	"@(,,4711) bin/aterm" \
-		man/man1/aterm.1.gz
+		share/man/man1/aterm.1.gz
 
 .include <bsd.port.mk>