git: e90ff5fc874a - main - security/tinc: use ${PREFIX}/share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 17:10:15 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=e90ff5fc874a0ebefbe81c5dadebab89ea7e246a commit e90ff5fc874a0ebefbe81c5dadebab89ea7e246a Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2024-01-11 17:09:35 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2024-01-11 17:09:35 +0000 security/tinc: use ${PREFIX}/share/man --- security/tinc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/tinc/Makefile b/security/tinc/Makefile index 5039b81412dc..4a99dd316315 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -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>