aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 13:43:45 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 14:02:12 +0000
commitff593e52d00f6978ccbfca9daaba71cde89c7c50 (patch)
treeb7bb0d8902ba9ece194f92de7d9019dfc4403b7c
parent4fa3441614259237ca7f485adfbc0ff2a7fd89be (diff)
downloadports-ff593e52d00f6978ccbfca9daaba71cde89c7c50.tar.gz
ports-ff593e52d00f6978ccbfca9daaba71cde89c7c50.zip
comms/concordance: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--comms/concordance/Makefile4
1 files changed, 3 insertions, 1 deletions
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>