diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-11-07 12:22:51 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-11-07 12:22:51 +0000 |
commit | ce02e6a947ca96fb643c36acb0cb28b4b6868562 (patch) | |
tree | 955fbb6aef67b9c64ecffeec0e994d4806ed48ab /emulators/tpm-emulator | |
parent | 6e36f71210b3b6ce309446d60effab589b42632e (diff) |
o Add security to CATEGORIES. [1]
o Add missing file. [2]
Pointy hat to: myself [1][2]
Reported by: QAT [2]
Notes
Notes:
svn path=/head/; revision=264189
Diffstat (limited to 'emulators/tpm-emulator')
-rw-r--r-- | emulators/tpm-emulator/Makefile | 2 | ||||
-rw-r--r-- | emulators/tpm-emulator/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/emulators/tpm-emulator/Makefile b/emulators/tpm-emulator/Makefile index 8abcf954d625..5d32bc2452cf 100644 --- a/emulators/tpm-emulator/Makefile +++ b/emulators/tpm-emulator/Makefile @@ -7,7 +7,7 @@ PORTNAME= tpm-emulator PORTVERSION= 0.7.1 -CATEGORIES= emulators +CATEGORIES= emulators security MASTER_SITES= BERLIOS/${PORTNAME} DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION} diff --git a/emulators/tpm-emulator/pkg-plist b/emulators/tpm-emulator/pkg-plist index cb00edbd91b9..3df67320317a 100644 --- a/emulators/tpm-emulator/pkg-plist +++ b/emulators/tpm-emulator/pkg-plist @@ -1,6 +1,7 @@ include/tddl.h lib/libtddl.so.1.2.0.7 lib/libtddl.so.1.2 +lib/libtddl.so lib/libtddl.a bin/tpmd @unexec rm -f /var/tpm/tpmd_socket* |