diff --git a/security/pkcs11-dump/Makefile b/security/pkcs11-dump/Makefile index 374f822b1e87..e921e0a0c250 100644 --- a/security/pkcs11-dump/Makefile +++ b/security/pkcs11-dump/Makefile @@ -1,25 +1,27 @@ PORTNAME= pkcs11-dump PORTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/alonbl/pkcs11-dump/releases/download/pkcs11-dump-${PORTVERSION}/ MAINTAINER= ale@FreeBSD.org COMMENT= Allow dumping PKCS\#11 token content WWW= http://sites.google.com/site/alonbarlev/pkcs11-utilities 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:|' \ ${WRKSRC}/Makefile.in .include