From 1cfde70b067ccb8abd64abb1cc8916cf0bf575f5 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Mon, 22 Jan 2024 02:53:11 +0900 Subject: [PATCH] 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 f39e52c77a306..36ad02e07c85f 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