Skip to content

Commit

Permalink
security/tinc: use ${PREFIX}/share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Meyer authored and Dirk Meyer committed Jan 11, 2024
1 parent cf18dd3 commit e90ff5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion security/tinc/Makefile
Expand Up @@ -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>

0 comments on commit e90ff5f

Please sign in to comment.