Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2024 14:02:39 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ff593e52d00f - main - comms/concordance: Moved man to share/man
Message-ID:  <202402221402.41ME2d0u079189@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402221402.41ME2d0u079189>