diff options
author | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2022-06-30 03:02:05 +0200 |
---|---|---|
committer | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2022-06-30 03:02:05 +0200 |
commit | 83c393d6acdedd15ba1135506d072be2451c19ab (patch) | |
tree | dec123004162ffc12e73d196dfd24884f2bc950d /security/ossec-hids-local/Makefile | |
parent | Replaced sed with esed to be compatible with FreeBSD 13.0. (diff) | |
download | ossec-83c393d6acdedd15ba1135506d072be2451c19ab.tar.xz |
Added committer changes.
Diffstat (limited to 'security/ossec-hids-local/Makefile')
-rw-r--r-- | security/ossec-hids-local/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile index c800cea..0ba7039 100644 --- a/security/ossec-hids-local/Makefile +++ b/security/ossec-hids-local/Makefile @@ -12,17 +12,17 @@ BROKEN_riscv64= fails to compile: rootcheck/os_string.c:186:20: use of undeclar USES= compiler gmake ssl .if ${OSSEC_TYPE} == local -CONFLICTS_INSTALL= ossec-hids-client-* \ - ossec-hids-agent-* \ - ossec-hids-server-* +CONFLICTS_INSTALL= ossec-hids-client \ + ossec-hids-agent \ + ossec-hids-server .elif ${OSSEC_TYPE} == agent -CONFLICTS_INSTALL= ossec-hids-client-* \ - ossec-hids-local-* \ - ossec-hids-server-* +CONFLICTS_INSTALL= ossec-hids-client \ + ossec-hids-local \ + ossec-hids-server .elif ${OSSEC_TYPE} == server -CONFLICTS_INSTALL= ossec-hids-client-* \ - ossec-hids-agent-* \ - ossec-hids-local-* +CONFLICTS_INSTALL= ossec-hids-client \ + ossec-hids-agent \ + ossec-hids-local .endif LIB_DEPENDS= libpcre2-8.so:devel/pcre2 libevent.so:devel/libevent |