aboutsummaryrefslogtreecommitdiff
path: root/security/ossec-hids-server
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-01-02 01:18:40 +0000
committerBrad Davis <brd@FreeBSD.org>2018-01-02 01:18:40 +0000
commit9dc2cd800808b6aa26f63d05795a4631e2f96648 (patch)
treec8254db4cf4767d11132691c00237952868a80e2 /security/ossec-hids-server
parent7e09f63372998e3b837da8c3d2ec0bd16f7c320d (diff)
downloadports-9dc2cd800808b6aa26f63d05795a4631e2f96648.tar.gz
ports-9dc2cd800808b6aa26f63d05795a4631e2f96648.zip
Notes
Diffstat (limited to 'security/ossec-hids-server')
-rw-r--r--security/ossec-hids-server/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ossec-hids-server/Makefile b/security/ossec-hids-server/Makefile
index 97bbdc1a08dc..fbe92355bd44 100644
--- a/security/ossec-hids-server/Makefile
+++ b/security/ossec-hids-server/Makefile
@@ -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