From 791389cb050e0c8f7008f77da9864849d3f55159 Mon Sep 17 00:00:00 2001 From: tnn Date: Tue, 29 Jun 2021 00:08:50 +0000 Subject: nagios-plugin-raidctl: only for OS with RAIDframe (NetBSD and OpenBSD) --- net/nagios-plugin-raidctl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net/nagios-plugin-raidctl') diff --git a/net/nagios-plugin-raidctl/Makefile b/net/nagios-plugin-raidctl/Makefile index 801f7af53e0..e811be2417a 100644 --- a/net/nagios-plugin-raidctl/Makefile +++ b/net/nagios-plugin-raidctl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2020/01/26 17:31:52 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2021/06/29 00:08:50 tnn Exp $ # PKGNAME= nagios-plugin-raidctl-${DISTNAME:C/.*-//} @@ -13,6 +13,8 @@ HOMEPAGE= https://ftp.espci.fr/pub/nagios-local/ COMMENT= RAIDframe monitoring plugin for Nagios LICENSE= modified-bsd +ONLY_FOR_PLATFORM= NetBSD-*-* OpenBSD-*-* + INSTALLATION_DIRS+= libexec/nagios BUILD_DEFS+= NAGIOS_GROUP -- cgit v1.2.3