freebsd-ports/sysutils/bmd-plugin-hookcmd/files/patch-Makefile
Vanilla I. Shu 8f7f59bbc2 sysutils/bmd-plugin-hookcmd: add new ports.
PR:		273437
Reported by:	Yuichiro NAITO <naito.yuichiro at gmail.com>
2023-09-01 10:54:14 +08:00

12 lines
314 B
Text

--- Makefile.orig 2023-08-15 09:05:51 UTC
+++ Makefile
@@ -1,5 +1,9 @@ MK_DEBUG_FILES= no
LOCALBASE?= /usr/local
MK_DEBUG_FILES= no
+BINOWN!= id -u
+BINGRP!= id -g
+SHAREOWN= ${BINOWN}
+SHAREGRP= ${BINGRP}
SHLIB= bmdplugin_hookcmd
SHLIB_MAJOR= 1
CFLAGS+= -I${LOCALBASE}/include -DLOCALBASE=\"${LOCALBASE}\"