diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-20 18:28:51 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-20 18:28:51 +0000 |
commit | 1d2db93eed3004132e98135f7a49fa800125ec67 (patch) | |
tree | a67428178c6f73917d61c254f874d7fe5652a1eb /comms | |
parent | 0083ca1c1c123f6569c141a2633e408647d48bc3 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hcidump/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/hcidump/Makefile b/comms/hcidump/Makefile index 2a7c9e04d9ee..59615376db27 100644 --- a/comms/hcidump/Makefile +++ b/comms/hcidump/Makefile @@ -11,11 +11,9 @@ COMMENT= Bluetooth traffic dumper, similar to tcpdump LICENSE= GPLv2 +USES= uidfix WRKSRC= ${WRKDIR}/${PORTNAME} -MAN1= hcidump.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/hcidump +PLIST_FILES= bin/hcidump man/man1/hcidump.1.gz -NO_STAGE= yes .include <bsd.port.mk> |