Skip to content

Commit

Permalink
security/tinc-devel: 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 f7b50f6 commit cf18dd3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions security/tinc-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tinc
PORTVERSION= 1.1pre18
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= security net-vpn
MASTER_SITES= https://www.tinc-vpn.org/packages/ \
http://www.tinc-vpn.org/packages/
Expand All @@ -18,12 +18,13 @@ LIB_DEPENDS= liblzo2.so:archivers/lzo2
USES= cpe ssl makeinfo readline localbase:ldflags
CPE_VENDOR= tinc-vpn
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --localstatedir=/var --with-curses=/usr
USE_RC_SUBR= tincd
INFO= tinc
PLIST_FILES= sbin/tincd sbin/tinc \
share/bash-completion/completions/tinc \
man/man8/tinc-gui.8.gz man/man5/tinc.conf.5.gz \
man/man8/tinc.8.gz man/man8/tincd.8.gz
share/man/man8/tinc-gui.8.gz share/man/man5/tinc.conf.5.gz \
share/man/man8/tinc.8.gz share/man/man8/tincd.8.gz

.include <bsd.port.mk>

0 comments on commit cf18dd3

Please sign in to comment.