comms/concordance: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-22 14:43:45 +01:00
parent 4fa3441614
commit ff593e52d0
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 1 deletions

View File

@ -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>