diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 13:43:45 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 14:02:12 +0000 |
commit | ff593e52d00f6978ccbfca9daaba71cde89c7c50 (patch) | |
tree | b7bb0d8902ba9ece194f92de7d9019dfc4403b7c | |
parent | 4fa3441614259237ca7f485adfbc0ff2a7fd89be (diff) |
comms/concordance: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | comms/concordance/Makefile | 4 |
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> |