aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2024-01-21 17:53:11 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2024-01-21 17:54:21 +0000
commit1cfde70b067ccb8abd64abb1cc8916cf0bf575f5 (patch)
tree3524ff0d3327dc4b7db25ba2f4e52e82482a25e4
parentf84c7924935c653a1b112df97ffc76fe4615156e (diff)
downloadports-1cfde70b067ccb8abd64abb1cc8916cf0bf575f5.tar.gz
ports-1cfde70b067ccb8abd64abb1cc8916cf0bf575f5.zip
security/yubico-piv-tool: Move manpages to ${PREFIX}/share
-rw-r--r--security/yubico-piv-tool/Makefile6
1 files 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>