diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2018-10-12 18:20:35 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2018-10-12 18:20:35 +0000 |
commit | 3a4a7bd7851eff4033c96fdda03bd9ce78415d5a (patch) | |
tree | f43d1375b39dde2cc162ac92e37dc0b330a2e437 /sysutils/ipmitool/Makefile | |
parent | 420e88d52f98f5056241f895af9a93111fcc5852 (diff) | |
download | ports-3a4a7bd7851eff4033c96fdda03bd9ce78415d5a.tar.gz ports-3a4a7bd7851eff4033c96fdda03bd9ce78415d5a.zip |
Notes
Diffstat (limited to 'sysutils/ipmitool/Makefile')
-rw-r--r-- | sysutils/ipmitool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.options.mk> .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: |