Skip to content

Commit

Permalink
security/yubico-piv-tool: Move manpages to ${PREFIX}/share
Browse files Browse the repository at this point in the history
  • Loading branch information
Hajimu UMEMOTO authored and Hajimu UMEMOTO committed Jan 21, 2024
1 parent f84c792 commit 1cfde70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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/

Expand All @@ -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 \
Expand All @@ -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>

Expand Down

0 comments on commit 1cfde70

Please sign in to comment.