diff options
author | nork <nork@FreeBSD.org> | 2010-11-07 20:22:51 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2010-11-07 20:22:51 +0800 |
commit | 955570bfde216dbfb73925e112b2564deb6c97d3 (patch) | |
tree | 87edf3f834b39e20123c7b2e1c092f6532299b75 | |
parent | 1f93e70ddd07cf743f3bde4c132a374b5be7a028 (diff) | |
download | freebsd-ports-gnome-955570bfde216dbfb73925e112b2564deb6c97d3.tar.gz freebsd-ports-gnome-955570bfde216dbfb73925e112b2564deb6c97d3.tar.zst freebsd-ports-gnome-955570bfde216dbfb73925e112b2564deb6c97d3.zip |
o Add security to CATEGORIES. [1]
o Add missing file. [2]
Pointy hat to: myself [1][2]
Reported by: QAT [2]
-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* |