summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-09 18:44:14 +0000
committerrillig <rillig@pkgsrc.org>2020-05-09 18:44:14 +0000
commitc3fadc9e16711afd49e8529bcda9a46d462bcaff (patch)
tree3b786c869159aa22bb3e90731894d1301bb895a6 /sysutils
parent5b0ed0070ad1fe74a0270dcd13919acddbd94307 (diff)
downloadpkgsrc-c3fadc9e16711afd49e8529bcda9a46d462bcaff.tar.gz
sysutils/beats: skip portability check on unused parts
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/beats/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/beats/Makefile b/sysutils/beats/Makefile
index b943f28342f..a07bb0c190a 100644
--- a/sysutils/beats/Makefile
+++ b/sysutils/beats/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2020/04/15 13:00:55 jperkin Exp $
+# $NetBSD: Makefile,v 1.53 2020/05/09 18:44:14 rillig Exp $
DISTNAME= beats-6.8.8
CATEGORIES= sysutils
@@ -24,6 +24,7 @@ PLIST_VARS+= audit
# Components to build/install
BEATS= filebeat heartbeat metricbeat packetbeat
+CHECK_PORTABILITY_SKIP+= libbeat/scripts/Makefile # uses [[
# No SunOS compatible event reading supported
.if ${OPSYS} != "SunOS"