From ccc142cd9d841ab16451724b71d3f3a57000aadb Mon Sep 17 00:00:00 2001 From: sbruno Date: Fri, 12 Oct 2018 18:20:35 +0000 Subject: Setting DOCS=off will set EXTRA_PATCHES, so we need to append to this variable, not clear it. Submitted by: tobik --- sysutils/ipmitool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index ec1ac3de9b3a..b0f24f7d2538 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -52,7 +52,7 @@ FREEIPMI_CONFIGURE_ENABLE= intf-free .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_plugins_lanplus_lanplus__crypt__impl.c +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src_plugins_lanplus_lanplus__crypt__impl.c .endif post-install: -- cgit