mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
security/pkcs11-helper: Install man pages under share/man
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
6bb0d38321
commit
bb58924446
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= pkcs11-helper
|
||||
PORTVERSION= 1.29.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-${PORTVERSION}/
|
||||
|
||||
|
@ -30,6 +30,8 @@ CONFIGURE_ARGS= --disable-crypto-engine-gnutls \
|
|||
--disable-crypto-engine-mbedtls \
|
||||
--disable-crypto-engine-cryptoapi
|
||||
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= DOCS DOXYGEN
|
||||
|
|
|
@ -14,4 +14,4 @@ lib/libpkcs11-helper.so.1
|
|||
lib/libpkcs11-helper.so.1.0.0
|
||||
libdata/pkgconfig/libpkcs11-helper-1.pc
|
||||
share/aclocal/pkcs11-helper-1.m4
|
||||
man/man8/pkcs11-helper-1.8.gz
|
||||
share/man/man8/pkcs11-helper-1.8.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue