diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-21 20:18:11 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-21 20:23:01 +0000 |
commit | 103102b768febfb1b3a07b9b752824b26923bc7d (patch) | |
tree | 76e6f0cf7dc1bec1b8cc58bd952b273ed83f5ed5 | |
parent | security/tcpcrypt: Move man pages to share/man (diff) |
security/tpm-quote-tools: Move man pages to share/man
Approved by: portmgr (blanket)
-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 |