diff --git a/net-mgmt/nrpe-ssl/Makefile b/net-mgmt/nrpe-ssl/Makefile index bdc7ffd120e2..7594a73849a3 100644 --- a/net-mgmt/nrpe-ssl/Makefile +++ b/net-mgmt/nrpe-ssl/Makefile @@ -5,7 +5,7 @@ PKGNAMESUFFIX= -ssl COMMENT= Nagios Remote Plugin Executor (SSL version) -CONFLICTS= nrpe-2.* +CONFLICTS= nrpe nrpe3 OPTIONS_SLAVE= SSL diff --git a/net-mgmt/nrpe/Makefile b/net-mgmt/nrpe/Makefile index 87d563009d45..934adbbd2069 100644 --- a/net-mgmt/nrpe/Makefile +++ b/net-mgmt/nrpe/Makefile @@ -12,7 +12,7 @@ COMMENT?= Nagios Remote Plugin Executor LICENSE= GPLv2 -CONFLICTS= nrpe-ssl-2.* nrpe-3.* +CONFLICTS?= nrpe-ssl nrpe3 USES= perl5 USE_PERL5= build diff --git a/net-mgmt/nrpe3/Makefile b/net-mgmt/nrpe3/Makefile index a53916e7d53d..11231e3d2dcd 100644 --- a/net-mgmt/nrpe3/Makefile +++ b/net-mgmt/nrpe3/Makefile @@ -5,13 +5,14 @@ PORTNAME= nrpe PORTVERSION= 3.2.0 PORTREVISION?= 0 CATEGORIES= net-mgmt +PKGNAMESUFFIX= 3 MAINTAINER= zeising@FreeBSD.org COMMENT?= Nagios Remote Plugin Executor LICENSE= GPLv2 -CONFLICTS= nrpe-2.* nrpe-ssl-2.* +CONFLICTS= nrpe nrpe-ssl USE_GITHUB= yes GH_ACCOUNT= NagiosEnterprises