Skip to content

Commit

Permalink
comms/hcidump: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 16, 2024
1 parent 43e4ca8 commit bb4ae0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion 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/

Expand All @@ -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>
8 changes: 4 additions & 4 deletions 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
Expand Down

0 comments on commit bb4ae0f

Please sign in to comment.