Date: Thu, 11 Jan 2024 17:10:14 GMT From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cf18dd3ad04c - main - security/tinc-devel: use ${PREFIX}/share/man Message-ID: <202401111710.40BHAEiI088755@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf18dd3ad04cc46c5e3380bee3054950f0f42a27 commit cf18dd3ad04cc46c5e3380bee3054950f0f42a27 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2024-01-11 17:09:09 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2024-01-11 17:09:09 +0000 security/tinc-devel: use ${PREFIX}/share/man --- security/tinc-devel/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/security/tinc-devel/Makefile b/security/tinc-devel/Makefile index 19f93898dd7f..36509ef02695 100644 --- a/security/tinc-devel/Makefile +++ b/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/ @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401111710.40BHAEiI088755>