pkgsrc-WIP-changes archive

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

zabbix50-agent: Fix zabbix50-server Makefile path



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Tue Aug 18 14:51:42 2020 +0000
Changeset:	e792efa5c298312c0bd49b70bacd53b1ad5adeb2

Modified Files:
	zabbix50-agent/Makefile

Log Message:
zabbix50-agent: Fix zabbix50-server Makefile path

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

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

diffstat:
 zabbix50-agent/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/zabbix50-agent/Makefile b/zabbix50-agent/Makefile
index 14da097216..a1369ac83f 100644
--- a/zabbix50-agent/Makefile
+++ b/zabbix50-agent/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.37 2020/06/20 12:43:46 gdt Exp $
 
-.include "../zabbix50-server/Makefile.common"
+.include "../../sysutils/zabbix50-server/Makefile.common"
 
 PKGNAME=	${DISTNAME:S/-/-agent-/}
 COMMENT=	Enterprise-class Monitoring Solution for Everyone


Home | Main Index | Thread Index | Old Index