aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-20 18:28:51 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-20 18:28:51 +0000
commit1d2db93eed3004132e98135f7a49fa800125ec67 (patch)
treea67428178c6f73917d61c254f874d7fe5652a1eb /comms
parent0083ca1c1c123f6569c141a2633e408647d48bc3 (diff)
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/hcidump/Makefile6
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>