diff options
-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* |