Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2024 17:10:15 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: e90ff5fc874a - main - security/tinc: use ${PREFIX}/share/man
Message-ID:  <202401111710.40BHAFWJ089430@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=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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401111710.40BHAFWJ089430>