pkgsrc-WIP-changes archive

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

zabbix50-server: Use correct openipmi path



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

Modified Files:
	zabbix50-server/options.mk

Log Message:
zabbix50-server: 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=2d71893d087efc026b406eb90fd0856fe3b3b712

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

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

diffs:
diff --git a/zabbix50-server/options.mk b/zabbix50-server/options.mk
index ce6bbaa364..22fc59a9a8 100644
--- a/zabbix50-server/options.mk
+++ b/zabbix50-server/options.mk
@@ -48,5 +48,5 @@ PLIST.pgsql=		yes
 
 .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