diff --git a/sysutils/bmd-plugin-avahi/Makefile b/sysutils/bmd-plugin-avahi/Makefile index c2af97b04649..e1acae0a2992 100644 --- a/sysutils/bmd-plugin-avahi/Makefile +++ b/sysutils/bmd-plugin-avahi/Makefile @@ -1,25 +1,26 @@ PORTNAME= bmd-plugin-avahi DISTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= naito.yuichiro@gmail.com COMMENT= BMD plugin avahi WWW= https://github.com/yuichiro-naito/bmd-plugin-avahi LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= bhyve runs on amd64 only BUILD_DEPENDS= bmd>0:sysutils/bmd RUN_DEPENDS= bmd>0:sysutils/bmd \ avahi-app>0:net/avahi-app USE_GITHUB= yes GH_ACCOUNT= yuichiro-naito pre-install: ${MKDIR} ${STAGEDIR}/${LOCALBASE}/libexec/bmd .include diff --git a/sysutils/bmd-plugin-avahi/files/patch-Makefile b/sysutils/bmd-plugin-avahi/files/patch-Makefile index eae16e94d2e3..18ecb801b0ea 100644 --- a/sysutils/bmd-plugin-avahi/files/patch-Makefile +++ b/sysutils/bmd-plugin-avahi/files/patch-Makefile @@ -1,12 +1,19 @@ ---- 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 +BINGRP!= id -g +SHAREOWN= ${BINOWN} +SHAREGRP= ${BINGRP} 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 diff --git a/sysutils/bmd-plugin-avahi/pkg-plist b/sysutils/bmd-plugin-avahi/pkg-plist index 598fddb2b2da..992636278b3a 100644 --- a/sysutils/bmd-plugin-avahi/pkg-plist +++ b/sysutils/bmd-plugin-avahi/pkg-plist @@ -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