Fix database support in ossec-hids-local and pass maintainer to submitter
PR: 221269 Submitted by: Dominik Lisiak <dominik.lisiak@bemsoft.pl>
This commit is contained in:
parent
7e09f63372
commit
9dc2cd8008
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457828
@ -4,11 +4,11 @@
|
||||
PORTNAME= ossec-hids
|
||||
PORTVERSION= 2.8.3
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION?= 2
|
||||
PORTREVISION?= 3
|
||||
CATEGORIES= security
|
||||
PKGNAMESUFFIX= -server
|
||||
|
||||
MAINTAINER= brd@FreeBSD.org
|
||||
MAINTAINER= dominik.lisiak@bemsoft.pl
|
||||
COMMENT?= Security tool to monitor and check logs and intrusions
|
||||
|
||||
USE_GITHUB= yes
|
||||
@ -96,7 +96,7 @@ do-build:
|
||||
.if defined(CLIENT_ONLY)
|
||||
@cd ${WRKSRC}/src;${MAKE} setagent;${MAKE} all;${MAKE} build
|
||||
.elif defined(LOCAL_ONLY)
|
||||
@cd ${WRKSRC}/src;${MAKE} setlocal;${MAKE} all;${MAKE} build
|
||||
@cd ${WRKSRC}/src;${MAKE} setlocal;${MAKE} setdb;${MAKE} all;${MAKE} build
|
||||
.else
|
||||
@cd ${WRKSRC}/src;${MAKE} setdb;${MAKE} all;${MAKE} build
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user