security/tinc: use ${PREFIX}/share/man

2024Q2
Dirk Meyer 2024-01-11 18:09:35 +01:00
parent cf18dd3ad0
commit e90ff5fc87
1 changed files with 2 additions and 1 deletions

View File

@ -16,12 +16,13 @@ LIB_DEPENDS= liblzo2.so:archivers/lzo2
USES= cpe ssl makeinfo
CPE_VENDOR= tinc-vpn
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --localstatedir=/var
USE_RC_SUBR= tincd
INFO= tinc
PLIST_FILES= sbin/tincd \
man/man5/tinc.conf.5.gz man/man8/tincd.8.gz
share/man/man5/tinc.conf.5.gz share/man/man8/tincd.8.gz
.include <bsd.port.mk>