security/pkcs11-dump: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-21 18:25:45 +00:00
parent cf65e40ffc
commit 41d0812bfe
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= pkcs11-dump
PORTVERSION= 0.3.4
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://github.com/alonbl/pkcs11-dump/releases/download/pkcs11-dump-${PORTVERSION}/
@ -11,12 +12,13 @@ LICENSE= GPLv2
USES= tar:bzip2 ssl dos2unix
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
PLIST_FILES= bin/pkcs11-dump \
man/man1/pkcs11-dump.1.gz
share/man/man1/pkcs11-dump.1.gz
post-patch:
@${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \