summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
Diffstat (limited to 'comms')
-rw-r--r--comms/hcidump/Makefile3
-rw-r--r--comms/hcidump/files/patch-hcidump-Makefile8
2 files changed, 6 insertions, 5 deletions
diff --git a/comms/hcidump/Makefile b/comms/hcidump/Makefile
index ce5c70647312..21aa927553b5 100644
--- a/comms/hcidump/Makefile
+++ b/comms/hcidump/Makefile
@@ -1,5 +1,6 @@
PORTNAME= hcidump
PORTVERSION= 1.5.1
+PORTREVISION= 1
CATEGORIES= comms sysutils
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
@@ -16,6 +17,6 @@ INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME}
CFLAGS+= -DL2CAP_SOCKET_CHECKED=yes -fPIE
-PLIST_FILES= bin/hcidump man/man1/hcidump.1.gz
+PLIST_FILES= bin/hcidump share/man/man1/hcidump.1.gz
.include <bsd.port.mk>
diff --git a/comms/hcidump/files/patch-hcidump-Makefile b/comms/hcidump/files/patch-hcidump-Makefile
index cc47e508a4b5..64a9e48225a3 100644
--- a/comms/hcidump/files/patch-hcidump-Makefile
+++ b/comms/hcidump/files/patch-hcidump-Makefile
@@ -1,13 +1,13 @@
---- hcidump/Makefile.orig Fri Mar 12 23:16:58 2004
-+++ hcidump/Makefile Fri Dec 10 21:06:23 2004
-@@ -2,13 +2,12 @@
+--- hcidump/Makefile.orig 2004-03-12 22:16:58 UTC
++++ hcidump/Makefile
+@@ -2,13 +2,12 @@ PROG= hcidump
# $FreeBSD$
PROG= hcidump
-BINDIR= /usr/local/bin
-MANDIR= /usr/local/man/man
+BINDIR= ${PREFIX}/bin
-+MANDIR= ${PREFIX}/man/man
++MANDIR= ${PREFIX}/share/man/man
MAN1= hcidump.1
SRCS= hcidump.c
WARNS?= 2