mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
ChangeLog at: https://github.com/yuichiro-naito/bmd-plugin-hookcmd/releases PR: 277854 Reported by: maintainer
9 lines
228 B
Text
9 lines
228 B
Text
--- Makefile.orig 2024-07-23 08:00:58 UTC
|
|
+++ Makefile
|
|
@@ -1,4 +1,6 @@
|
|
MK_DEBUG_FILES= no
|
|
+BINOWN!= id -u
|
|
+BINGRP!= id -g
|
|
SHLIB= bmdplugin_hookcmd
|
|
SHLIB_MAJOR= 1
|
|
CFLAGS+= -I${LOCALBASE}/include -DLOCALBASE=\"${LOCALBASE}\"
|