diff options
author | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2019-03-19 14:23:33 +0100 |
---|---|---|
committer | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2019-03-19 14:23:33 +0100 |
commit | 7865d5168f961c4a2e62ed3564b7b95ba94d227e (patch) | |
tree | 19fc9cb89b7caded9d32f22c81dd423512b92de6 /security/ossec-hids-local/Makefile | |
parent | Removed GEOIP option, because no longer supported by FreeBSD (diff) | |
download | ossec-7865d5168f961c4a2e62ed3564b7b95ba94d227e.tar.xz |
Always detect user on demand, because package can be build and installed by different users.
Diffstat (limited to 'security/ossec-hids-local/Makefile')
-rw-r--r-- | security/ossec-hids-local/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile index 294475a..20e281e 100644 --- a/security/ossec-hids-local/Makefile +++ b/security/ossec-hids-local/Makefile @@ -2,7 +2,7 @@ PORTNAME= ossec-hids PORTVERSION= 3.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security PKGNAMESUFFIX= -${OSSEC_TYPE} @@ -159,7 +159,6 @@ SUB_LIST+= PORTNAME=${PORTNAME} \ VERSION=${PORTVERSION} \ DB_TYPE=${DB_TYPE} \ DB_SCHEMA=${DOCSDIR}/${DB_SCHEMA} \ - USER=${USER} \ OSSEC_USER=${OSSEC_USER} \ OSSEC_GROUP=${OSSEC_GROUP} \ OSSEC_RC=${OSSEC_RC} |