diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 16:49:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 16:49:39 +0000 |
commit | d8f58564ff573bb27e48e9f83fafb3984a5d5bea (patch) | |
tree | 396521924df624402e3a460e0288ff469bd27a51 /security/pkcs11-dump/Makefile | |
parent | 7364694974ca032ef8d12d95ed596049ae96bd44 (diff) | |
download | ports-d8f58564ff573bb27e48e9f83fafb3984a5d5bea.tar.gz ports-d8f58564ff573bb27e48e9f83fafb3984a5d5bea.zip |
Notes
Diffstat (limited to 'security/pkcs11-dump/Makefile')
-rw-r--r-- | security/pkcs11-dump/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/pkcs11-dump/Makefile b/security/pkcs11-dump/Makefile index 15fed82c20ee..401d3a8cb8d6 100644 --- a/security/pkcs11-dump/Makefile +++ b/security/pkcs11-dump/Makefile @@ -18,11 +18,9 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" -PLIST_FILES= bin/pkcs11-dump +PLIST_FILES= bin/pkcs11-dump \ + man/man1/pkcs11-dump.1.gz -MAN1= pkcs11-dump.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \ ${WRKSRC}/Makefile.in |