aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2024-03-16 14:35:47 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2024-03-16 14:35:47 +0000
commitbb4ae0f930153c48b5e83dbf906dfb4f975054a0 (patch)
treef4319751fe45ae22b897e882737b14ad43da8181
parent43e4ca8d053f7d8bbcbe62b31dc55f5ce93b782e (diff)
downloadports-bb4ae0f930153c48b5e83dbf906dfb4f975054a0.tar.gz
ports-bb4ae0f930153c48b5e83dbf906dfb4f975054a0.zip
comms/hcidump: Move man pages to share/man
Approved by: portmgr (blanket)
-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