git: 2f8a19019292 - main - comms/unixcw: Moved man to share/man

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

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

commit 2f8a19019292a04e3ee803c3b2e57b50c70bede2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-22 17:37:22 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-22 18:19:23 +0000

    comms/unixcw: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 comms/unixcw/Makefile  |  3 ++-
 comms/unixcw/pkg-plist | 10 +++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/comms/unixcw/Makefile b/comms/unixcw/Makefile
index 0cae560eb43c..aa69eb2ae771 100644
--- a/comms/unixcw/Makefile
+++ b/comms/unixcw/Makefile
@@ -3,7 +3,7 @@
 
 PORTNAME?=	unixcw
 PORTVERSION=	3.5.1
-PORTREVISION?=	2
+PORTREVISION?=	3
 CATEGORIES=	comms hamradio
 MASTER_SITES=	SF/unixcw/unixcw-${PORTVERSION}
 DISTNAME=	unixcw_${PORTVERSION}.orig
@@ -16,6 +16,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 .ifndef	CONFIGURE_ARGS
 CONFIGURE_ARGS=	--disable-xcwcp
 .endif
diff --git a/comms/unixcw/pkg-plist b/comms/unixcw/pkg-plist
index f2ea70d5a851..9d885e42e2cc 100644
--- a/comms/unixcw/pkg-plist
+++ b/comms/unixcw/pkg-plist
@@ -8,8 +8,8 @@ lib/libcw.so
 lib/libcw.so.%%MAJOR_LIB_VER%%
 lib/libcw.so.%%MAJOR_LIB_VER%%.%%MINOR_LIB_VER%%
 libdata/pkgconfig/libcw.pc
-man/man1/cw.1.gz
-man/man1/cwgen.1.gz
-man/man1/cwcp.1.gz
-man/man3/libcw.3.gz
-man/man7/cw.7.gz
+share/man/man1/cw.1.gz
+share/man/man1/cwgen.1.gz
+share/man/man1/cwcp.1.gz
+share/man/man3/libcw.3.gz
+share/man/man7/cw.7.gz