diff options
author | tnn <tnn@pkgsrc.org> | 2021-06-29 00:08:50 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2021-06-29 00:08:50 +0000 |
commit | 791389cb050e0c8f7008f77da9864849d3f55159 (patch) | |
tree | e93ad731085240ca93a2d2c406e26f4ea7dacc0e /net | |
parent | de8c61866dfcb349238fce5eaf3ff5147baf1d93 (diff) | |
download | pkgsrc-791389cb050e0c8f7008f77da9864849d3f55159.tar.gz |
nagios-plugin-raidctl: only for OS with RAIDframe (NetBSD and OpenBSD)
Diffstat (limited to 'net')
-rw-r--r-- | net/nagios-plugin-raidctl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |