Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 17:54:27 GMT
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1cfde70b067c - main - security/yubico-piv-tool: Move manpages to ${PREFIX}/share
Message-ID:  <202401211754.40LHsRNI017851@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ume:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1cfde70b067ccb8abd64abb1cc8916cf0bf575f5

commit 1cfde70b067ccb8abd64abb1cc8916cf0bf575f5
Author:     Hajimu UMEMOTO <ume@FreeBSD.org>
AuthorDate: 2024-01-21 17:53:11 +0000
Commit:     Hajimu UMEMOTO <ume@FreeBSD.org>
CommitDate: 2024-01-21 17:54:21 +0000

    security/yubico-piv-tool: Move manpages to ${PREFIX}/share
---
 security/yubico-piv-tool/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/security/yubico-piv-tool/Makefile b/security/yubico-piv-tool/Makefile
index f39e52c77a30..36ad02e07c85 100644
--- a/security/yubico-piv-tool/Makefile
+++ b/security/yubico-piv-tool/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	yubico-piv-tool
 PORTVERSION=	2.4.2
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://developers.yubico.com/yubico-piv-tool/Releases/
 
@@ -20,7 +20,7 @@ USES=		compiler cmake:noninja gmake libtool pathfix pkgconfig ssl
 USE_LDCONFIG=	yes
 CMAKE_ARGS=	-D LIBCRYPTO_CFLAGS="-I${OPENSSLINC}" \
 		-D LIBCRYPTO_LDFLAGS="-L${OPENSSLLIB} -lcrypto -L${LOCALBASE}/lib -pthread" \
-		-D YKPIV_INSTALL_MAN_DIR="${LOCALBASE}/man" \
+		-D YKPIV_INSTALL_MAN_DIR="${LOCALBASE}/share/man" \
 		-D YKPIV_INSTALL_PKGCONFIG_DIR="${LOCALBASE}/libdata/pkgconfig"
 
 PLIST_FILES=	bin/yubico-piv-tool \
@@ -36,7 +36,7 @@ PLIST_FILES=	bin/yubico-piv-tool \
 		lib/libykpiv.so.${PORTVERSION} \
 		libdata/pkgconfig/ykcs11.pc \
 		libdata/pkgconfig/ykpiv.pc \
-		man/man1/yubico-piv-tool.1.gz
+		share/man/man1/yubico-piv-tool.1.gz
 
 .include <bsd.port.pre.mk>
 



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