pkgsrc-WIP-changes archive

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

zabbix50-proxy: Use correct openipmi path



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Tue Nov 3 21:07:47 2020 +0000
Changeset:	e78e855b26c6f63df058903620d9369d557fe149

Modified Files:
	zabbix50-proxy/options.mk

Log Message:
zabbix50-proxy: Use correct openipmi path

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

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

diffstat:
 zabbix50-proxy/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/zabbix50-proxy/options.mk b/zabbix50-proxy/options.mk
index bc9db21b16..157f546562 100644
--- a/zabbix50-proxy/options.mk
+++ b/zabbix50-proxy/options.mk
@@ -54,5 +54,5 @@ ZABBIX_DB_TYPE=		sqlite3
 
 .if !empty(PKG_OPTIONS:Mipmi)
 CONFIGURE_ARGS+=	--with-openipmi=${PREFIX}
-.include "../../devel/OpenIPMI/buildlink3.mk"
+.include "../../sysutils/openipmi/buildlink3.mk"
 .endif


Home | Main Index | Thread Index | Old Index