Date: Thu, 21 Mar 2024 20:23:44 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 103102b768fe - main - security/tpm-quote-tools: Move man pages to share/man Message-ID: <202403212023.42LKNiw0063760@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=103102b768febfb1b3a07b9b752824b26923bc7d commit 103102b768febfb1b3a07b9b752824b26923bc7d Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-21 20:18:11 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-21 20:23:01 +0000 security/tpm-quote-tools: Move man pages to share/man Approved by: portmgr (blanket) --- security/tpm-quote-tools/Makefile | 2 ++ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403212023.42LKNiw0063760>