git: 8dfe07afcaf6 - main - comms/gtkmmorse: Moved man to share/man

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

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

commit 8dfe07afcaf63a31dc618d3631d5fad3a94d9399
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-22 13:57:47 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-22 14:02:19 +0000

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

diff --git a/comms/gtkmmorse/Makefile b/comms/gtkmmorse/Makefile
index 1bf8bffba077..191f127b0774 100644
--- a/comms/gtkmmorse/Makefile
+++ b/comms/gtkmmorse/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gtkmmorse
 PORTVERSION=	0.9.27
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	comms education hamradio
 MASTER_SITES=	SAVANNAH
 
@@ -13,11 +13,12 @@ LIB_DEPENDS=	libao.so:audio/libao \
 		libgconfmm-2.6.so:devel/gconfmm26
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USES=		compiler:c++11-lang pkgconfig tar:bzip2
 USE_CXXSTD=	c++11
 
 PLIST_FILES=	bin/gtkmmorse \
-		man/man1/gtkmmorse.1.gz
+		share/man/man1/gtkmmorse.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-ansi||g' -e 's|-pedantic||g' \