From ff593e52d00f6978ccbfca9daaba71cde89c7c50 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Thu, 22 Feb 2024 14:43:45 +0100 Subject: 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 -- cgit v1.2.3