git: ff593e52d00f - main - comms/concordance: Moved man to share/man

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

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

commit ff593e52d00f6978ccbfca9daaba71cde89c7c50
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-22 13:43:45 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-22 14:02:12 +0000

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

diff --git a/comms/concordance/Makefile b/comms/concordance/Makefile
index be98335e8e10..f04e910806f1 100644
--- a/comms/concordance/Makefile
+++ b/comms/concordance/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	concordance
 PORTVERSION=	1.5
+PORTREVISION=	1
 CATEGORIES=	comms
 MASTER_SITES=	SF
 
@@ -16,10 +17,11 @@ LIB_DEPENDS=	libconcord.so:comms/libconcord
 USES=		tar:bzip2
 WRKSRC_SUBDIR=	${PORTNAME}
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 PLIST_FILES=	bin/concordance \
-		man/man1/concordance.1.gz
+		share/man/man1/concordance.1.gz
 
 .include <bsd.port.mk>