diff options
-rw-r--r-- | security/tpm-quote-tools/Makefile | 2 | ||||
-rw-r--r-- | security/tpm-quote-tools/pkg-plist | 18 |
2 files changed, 11 insertions, 9 deletions
diff --git a/security/tpm-quote-tools/Makefile b/security/tpm-quote-tools/Makefile index 3abb52ca7958..b9aa4f3aa2f7 100644 --- a/security/tpm-quote-tools/Makefile +++ b/security/tpm-quote-tools/Makefile @@ -1,5 +1,6 @@ PORTNAME= tpm-quote-tools DISTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/tpmquotetools/${PORTVERSION} @@ -15,5 +16,6 @@ LIB_DEPENDS= libtspi.so:security/trousers USES= iconv localbase:ldflags ssl GNU_CONFIGURE= YES +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/security/tpm-quote-tools/pkg-plist b/security/tpm-quote-tools/pkg-plist index 4243caa18d84..5dc09a9039bc 100644 --- a/security/tpm-quote-tools/pkg-plist +++ b/security/tpm-quote-tools/pkg-plist @@ -6,12 +6,12 @@ bin/tpm_mkuuid bin/tpm_unloadkey bin/tpm_updatepcrhash bin/tpm_verifyquote -man/man8/tpm_getpcrhash.8.gz -man/man8/tpm_getquote.8.gz -man/man8/tpm_loadkey.8.gz -man/man8/tpm_mkaik.8.gz -man/man8/tpm_mkuuid.8.gz -man/man8/tpm_quote_tools.8.gz -man/man8/tpm_unloadkey.8.gz -man/man8/tpm_updatepcrhash.8.gz -man/man8/tpm_verifyquote.8.gz +share/man/man8/tpm_getpcrhash.8.gz +share/man/man8/tpm_getquote.8.gz +share/man/man8/tpm_loadkey.8.gz +share/man/man8/tpm_mkaik.8.gz +share/man/man8/tpm_mkuuid.8.gz +share/man/man8/tpm_quote_tools.8.gz +share/man/man8/tpm_unloadkey.8.gz +share/man/man8/tpm_updatepcrhash.8.gz +share/man/man8/tpm_verifyquote.8.gz |