From 268416b3ff11b54587716e3610c877d703061856 Mon Sep 17 00:00:00 2001 From: Juraj Lutter Date: Tue, 22 Sep 2020 06:18:22 +0000 Subject: [PATCH] zabbix50-frontend: Fix CONFLICTS --- zabbix50-frontend/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zabbix50-frontend/Makefile b/zabbix50-frontend/Makefile index 6eeb2d3c89..a6ec4816a2 100644 --- a/zabbix50-frontend/Makefile +++ b/zabbix50-frontend/Makefile @@ -5,7 +5,9 @@ PKGNAME= ${DISTNAME:S/-/-frontend-/} COMMENT= Zabbix PHP 7.2+ frontend -EGDIR= share/examples/zabbix +CONFLICTS+= zabbix-frontend-[0-9]* + +EGDIR= share/examples/${PKGBASE} USE_TOOLS+= pax NO_BUILD= yes