pkgsrc-WIP-changes archive

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

zabbix50-frontend: 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:52:23 2020 +0000
Changeset:	540ca9e9225d4414fc951c5d7b208d32ff493457

Modified Files:
	zabbix50-frontend/Makefile

Log Message:
zabbix50-frontend: 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=540ca9e9225d4414fc951c5d7b208d32ff493457

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

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

diffs:
diff --git a/zabbix50-frontend/Makefile b/zabbix50-frontend/Makefile
index aa67343298..705bcb3b79 100644
--- a/zabbix50-frontend/Makefile
+++ b/zabbix50-frontend/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.6 2020/06/20 12:43:46 gdt Exp $
 
-.include "../zabbix50-server/Makefile.common"
+.include "../../sysutils/zabbix50-server/Makefile.common"
 
 PKGNAME=	${DISTNAME:S/-/-frontend-/}
 COMMENT=	Zabbix PHP 7.2+ frontend


Home | Main Index | Thread Index | Old Index