Skip to content

Commit

Permalink
security/tpm-quote-tools: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 21, 2024
1 parent af2a3a3 commit 103102b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions 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}

Expand All @@ -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>
18 changes: 9 additions & 9 deletions security/tpm-quote-tools/pkg-plist
Expand Up @@ -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

0 comments on commit 103102b

Please sign in to comment.