aboutsummaryrefslogtreecommitdiff
path: root/security/ossec-hids-server/Makefile
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2011-11-23 22:26:41 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2011-11-23 22:26:41 +0000
commit8f7496f7d814fc26af241b3164512bebdeba1696 (patch)
tree933fd401f8bab7556838ab3345f8fb1576a540c0 /security/ossec-hids-server/Makefile
parenteec7165c700d6e7074561090e653876f55b9b468 (diff)
Notes
Diffstat (limited to 'security/ossec-hids-server/Makefile')
-rw-r--r--security/ossec-hids-server/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/ossec-hids-server/Makefile b/security/ossec-hids-server/Makefile
index 962963d4aa37..b1f80c751b5a 100644
--- a/security/ossec-hids-server/Makefile
+++ b/security/ossec-hids-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ossec-hids
PORTVERSION= 2.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.ossec.net/files/ \
http://www.ossec.net/files/old/
@@ -43,12 +43,15 @@ USE_PGSQL= yes
.endif
.if defined(CLIENT_ONLY)
+SUB_LIST+= PRECMD=:
PKGNAMESUFFIX= -client
CONFLICTS= ossec-hids-server-[0-9]* ossec-hids-local-[0-9]*
.elif defined(LOCAL_ONLY)
+SUB_LIST+= PRECMD=ossechids_start_precmd
PKGNAMESUFFIX= -local
CONFLICTS= ossec-hids-client-[0-9]* ossec-hids-server-[0-9]*
.else
+SUB_LIST+= PRECMD=ossechids_start_precmd
CONFLICTS= ossec-hids-client-[0-9]* ossec-hids-local-[0-9]*
.endif