diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-01 00:49:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-01 00:49:39 +0800 |
commit | 730726e721daa173b367d7305d2f803fd0111df9 (patch) | |
tree | 396521924df624402e3a460e0288ff469bd27a51 /security/pkcs11-dump | |
parent | 4d7d77806ce57c26c7e79b41ab2b8c6064eb457d (diff) | |
download | freebsd-ports-gnome-730726e721daa173b367d7305d2f803fd0111df9.tar.gz freebsd-ports-gnome-730726e721daa173b367d7305d2f803fd0111df9.tar.zst freebsd-ports-gnome-730726e721daa173b367d7305d2f803fd0111df9.zip |
- Stage support
Diffstat (limited to 'security/pkcs11-dump')
-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 |