*-collectd: Point to ../sysutils vs ../wip

This commit is contained in:
Greg Troxel 2020-12-16 20:28:48 -05:00
parent 2614ba09ac
commit c288fc62ec
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ COLLECTD_PACKAGE= perl
COMMENT= Statistics collection daemon - perl plugin
.include "../../wip/collectd/Makefile.common"
.include "../../sysutils/collectd/Makefile.common"
USE_TOOLS+= perl

View File

@ -6,7 +6,7 @@ COLLECTD_PACKAGE= python
COMMENT= Statistics collection daemon - python plugin
.include "../../wip/collectd/Makefile.common"
.include "../../sysutils/collectd/Makefile.common"
CONFIGURE_ARGS+= --enable-python
CONFIGURE_ENV+= PYTHON_CONFIG=${PREFIX}/bin/python${PYVERSSUFFIX}-config