pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

zabbix50-frontend: Fix CONFLICTS



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Tue Sep 22 06:18:22 2020 +0000
Changeset:	268416b3ff11b54587716e3610c877d703061856

Modified Files:
	zabbix50-frontend/Makefile

Log Message:
zabbix50-frontend: Fix CONFLICTS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=268416b3ff11b54587716e3610c877d703061856

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zabbix50-frontend/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
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


Home | Main Index | Thread Index | Old Index