pkgsrc-WIP-changes archive

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

zabbix50-frontend: Fix Makefile.common path



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Tue Aug 11 11:29:35 2020 +0000
Changeset:	13da516b5c19995cedd71a0d367e686776ab6e4b

Modified Files:
	zabbix50-frontend/Makefile

Log Message:
zabbix50-frontend: Fix Makefile.common path

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

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 afe2bd9e88..b9da7e73dd 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 "../../sysutils/zabbix50-server/Makefile.common"
+.include "../zabbix50-server/Makefile.common"
 
 PKGNAME=	${DISTNAME:S/-/-frontend-/}
 COMMENT=	Zabbix PHP 7.2+ frontend


Home | Main Index | Thread Index | Old Index