diff options
author | nork <nork@FreeBSD.org> | 2010-11-25 01:53:12 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2010-11-25 01:53:12 +0800 |
commit | 626a8ddec12f777ad1e3cb2189f39a1feb3000f6 (patch) | |
tree | 8f760581f66b0b0d87c0ed023882a7bcf6f4a67c /security/tpm-tools | |
parent | e1ac00b97d9682c6002a8352630fa707f7197dbe (diff) | |
download | freebsd-ports-gnome-626a8ddec12f777ad1e3cb2189f39a1feb3000f6.tar.gz freebsd-ports-gnome-626a8ddec12f777ad1e3cb2189f39a1feb3000f6.tar.zst freebsd-ports-gnome-626a8ddec12f777ad1e3cb2189f39a1feb3000f6.zip |
Fix pkg-plist, so bump PORTREVISION.
Pointed out by: QAT
Diffstat (limited to 'security/tpm-tools')
-rw-r--r-- | security/tpm-tools/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/tpm-tools/Makefile b/security/tpm-tools/Makefile index 9ea1bbc060e8..696b4608ba54 100644 --- a/security/tpm-tools/Makefile +++ b/security/tpm-tools/Makefile @@ -7,6 +7,7 @@ PORTNAME= tpm-tools PORTVERSION= 1.3.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/trousers/${PORTNAME}/${PORTVERSION} @@ -36,8 +37,9 @@ MAN1= tpm_sealdata.1 tpm_version.1 \ tpmtoken_import.1 tpmtoken_init.1 tpmtoken_objects.1 \ tpmtoken_protect.1 tpmtoken_setpasswd.1 -MAN3= tpmUnsealFile.3 tpmUnsealShred.3 tpmUnsealStrerror.3 \ - tpm_changeownerauth.8 tpm_clear.8 tpm_createek.8 \ +MAN3= tpmUnsealFile.3 tpmUnsealShred.3 tpmUnsealStrerror.3 + +MAN8= tpm_changeownerauth.8 tpm_clear.8 tpm_createek.8 \ tpm_getpubek.8 tpm_resetdalock.8 tpm_restrictpubek.8 \ tpm_revokeek.8 tpm_selftest.8 tpm_setactive.8 \ tpm_setclearable.8 tpm_setenable.8 tpm_setoperatorauth.8 \ |