From 3f8d05a7cb837f31d2579262a6a95049e0b5ffaa Mon Sep 17 00:00:00 2001 From: Xavier Beaudouin Date: Tue, 17 Dec 2024 09:42:56 +0100 Subject: [PATCH] Fix --- net-mgmt/nrpe/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mgmt/nrpe/Makefile b/net-mgmt/nrpe/Makefile index b88608c..ea00d05 100644 --- a/net-mgmt/nrpe/Makefile +++ b/net-mgmt/nrpe/Makefile @@ -61,11 +61,11 @@ NAGIOSGROUP?= nagios NRPE_PIDDIR?= /var/run/nrpe -.if ${FLAVOR} == monplugins +.if ${FLAVOR:U} == monplugins OPTIONS_DEFAULT+= MONPLUGINS .endif -.if ${FLAVOR} == default +.if ${FLAVOR:U} == default OPTIONS_DEFAULT+= NAGPLUGINS .endif