Skip to content

Commit

Permalink
sysutils/bmd-plugin-avahi: 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 19, 2024
1 parent e83fe89 commit 4848cbc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions sysutils/bmd-plugin-avahi/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= bmd-plugin-avahi
DISTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= sysutils

MAINTAINER= naito.yuichiro@gmail.com
Expand Down
11 changes: 9 additions & 2 deletions sysutils/bmd-plugin-avahi/files/patch-Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- Makefile.orig 2023-08-15 08:44:56 UTC
--- Makefile.orig 2023-09-01 00:37:15 UTC
+++ Makefile
@@ -1,5 +1,9 @@ MK_DEBUG_FILES= no
@@ -1,11 +1,15 @@ MK_DEBUG_FILES= no
LOCALBASE?= /usr/local
MK_DEBUG_FILES= no
+BINOWN!= id -u
Expand All @@ -10,3 +10,10 @@
SHLIB= bmdplugin_avahi
SHLIB_MAJOR= 1
CFLAGS+= -I${LOCALBASE}/include -DLOCALBASE=\"${LOCALBASE}\"
LIBDIR= $(LOCALBASE)/libexec/bmd
SRCS= avahi.c
MAN= bmd-plugin-avahi.8
-MANDIR= $(LOCALBASE)/man/man
+MANDIR= $(LOCALBASE)/share/man/man

.include <bsd.lib.mk>
2 changes: 1 addition & 1 deletion sysutils/bmd-plugin-avahi/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
libexec/bmd/libbmdplugin_avahi.so
libexec/bmd/libbmdplugin_avahi.so.1
man/man8/bmd-plugin-avahi.8.gz
share/man/man8/bmd-plugin-avahi.8.gz

0 comments on commit 4848cbc

Please sign in to comment.