summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-11-25 22:40:11 +0100
committerStefan Eßer <se@FreeBSD.org>2021-11-25 22:40:11 +0100
commit04b9da414081a733478d3def4e1e3777908536c6 (patch)
treef59ddc1be63ea2f6093a28c78fbd201d491ee49d /net-mgmt/nagios
parentwww/grafana7: Update to 7.5.11 (diff)
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
Diffstat (limited to 'net-mgmt/nagios')
-rw-r--r--net-mgmt/nagios/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile
index 04f4e21e1af4..bcafc8047c79 100644
--- a/net-mgmt/nagios/Makefile
+++ b/net-mgmt/nagios/Makefile
@@ -20,7 +20,7 @@ USES= cpe perl5 php
USE_PERL5= build
USE_RC_SUBR= nagios
-CONFLICTS= nagios-[12].* nagios-devel-* nagios4-*
+CONFLICTS= nagios-[12].* nagios-devel nagios4
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-command-user=${NAGIOSUSER} \