diff --git a/sysutils/bmd/Makefile b/sysutils/bmd/Makefile index ce2452bef3a2..4bc82e92de7d 100644 --- a/sysutils/bmd/Makefile +++ b/sysutils/bmd/Makefile @@ -1,21 +1,22 @@ PORTNAME= bmd DISTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= naito.yuichiro@gmail.com COMMENT= Bhyve Management Daemon WWW= https://github.com/yuichiro-naito/bmd LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= bhyve runs on amd64 only RUN_DEPENDS= bhyve-firmware>0:sysutils/bhyve-firmware \ grub2-bhyve>0:sysutils/grub2-bhyve USE_GITHUB= yes GH_ACCOUNT= yuichiro-naito .include diff --git a/sysutils/bmd/files/patch-Makefile b/sysutils/bmd/files/patch-Makefile index d4a36a8eeacc..512222015b0b 100644 --- a/sysutils/bmd/files/patch-Makefile +++ b/sysutils/bmd/files/patch-Makefile @@ -1,23 +1,24 @@ --- Makefile.orig 2024-03-04 14:55:37 UTC +++ Makefile @@ -1,10 +1,20 @@ +BINOWN!= id -u +BINGRP!= id -g +DIROWN= $(BINOWN) +DIRGRP= $(BINGRP) +SHAREOWN= $(BINOWN) +SHAREGRP= $(BINGRP) MK_DEBUG_FILES?= no SUBDIR= rc.d BINDIR= $(LOCALBASE)/sbin - MANDIR= $(LOCALBASE)/man/man +-MANDIR= $(LOCALBASE)/man/man ++MANDIR= $(LOCALBASE)/share/man/man DIRS= UEFIVARDIR PLUGINDIR UEFIVARDIR= $(LOCALBASE)/var/cache/bmd +UEFIVARDIR_OWN= $(BINOWN) +UEFIVARDIR_GRP= $(BINGRP) PLUGINDIR= $(LOCALBASE)/libexec/bmd +PLUGINDIR_OWN= $(BINOWN) +PLUGINDIR_GRP= $(BINGRP) PROG= bmd MAN= bmd.8 bmdctl.8 bmd.conf.5 LINKS= ${BINDIR}/bmd ${BINDIR}/bmdctl diff --git a/sysutils/bmd/pkg-plist b/sysutils/bmd/pkg-plist index 95fec6b2de11..fab74e235063 100644 --- a/sysutils/bmd/pkg-plist +++ b/sysutils/bmd/pkg-plist @@ -1,10 +1,10 @@ etc/rc.d/bmd etc/bmd.conf.example include/bmd_plugin.h -man/man5/bmd.conf.5.gz -man/man8/bmd.8.gz -man/man8/bmdctl.8.gz sbin/bmd sbin/bmdctl +share/man/man5/bmd.conf.5.gz +share/man/man8/bmd.8.gz +share/man/man8/bmdctl.8.gz @dir libexec/bmd @dir var/cache/bmd