diff options
author | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2021-06-27 21:39:03 +0200 |
---|---|---|
committer | Dominik Lisiak <dominik.lisiak@bemsoft.pl> | 2021-06-27 21:39:03 +0200 |
commit | 8bedf9eeeb5079ef6bef01d13032a327fd941a05 (patch) | |
tree | 3c0e491152b799dd392696c0485ba1f790007e00 /security/ossec-hids/Makefile | |
parent | Added official patches for 3.6.0_1 (diff) | |
download | ossec-8bedf9eeeb5079ef6bef01d13032a327fd941a05.tar.xz |
Replaced sed with esed to be compatible with FreeBSD 13.0.3.6.0_2
Diffstat (limited to 'security/ossec-hids/Makefile')
-rw-r--r-- | security/ossec-hids/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/ossec-hids/Makefile b/security/ossec-hids/Makefile index 629e556..e93e065 100644 --- a/security/ossec-hids/Makefile +++ b/security/ossec-hids/Makefile @@ -1,5 +1,3 @@ -# $FreeBSD: head/security/ossec-hids/Makefile 518343 2019-11-24 17:58:28Z fernape $ - .include "${.CURDIR}/version.mk" RUN_DEPENDS= ossec-hids-${OSSEC_TYPE}>=${PORTVERSION}:security/ossec-hids-${OSSEC_TYPE} |