git: febdfdcb8167 - main - net/sobby: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 10:32:43 UTC
The branch main has been updated by bofh:

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

commit febdfdcb81678ef8d813e2b642dc16662e88adeb
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 10:19:14 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 10:31:42 +0000

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

diff --git a/net/sobby/Makefile b/net/sobby/Makefile
index be6ccf7224b6..ff33e01763c3 100644
--- a/net/sobby/Makefile
+++ b/net/sobby/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sobby
 PORTVERSION=	0.4.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net
 MASTER_SITES=	http://releases.0x539.de/sobby/
 
@@ -19,8 +19,9 @@ USES=		compiler:c++11-lang gnome localbase pkgconfig
 USE_CXXSTD=	c++11
 USE_GNOME=	glibmm
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--disable-zeroconf
 
-PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PLIST_FILES=	bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
 
 .include <bsd.port.mk>