pkgsrc-WIP-changes archive

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

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



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Dec 16 20:28:48 2020 -0500
Changeset:	c288fc62ecd0c460dc2b7c3646ae2b9e0995d3eb

Modified Files:
	p5-collectd/Makefile
	py-collectd/Makefile

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

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

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

diffstat:
 p5-collectd/Makefile | 2 +-
 py-collectd/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/p5-collectd/Makefile b/p5-collectd/Makefile
index 6650f1af52..6c83d8832a 100644
--- a/p5-collectd/Makefile
+++ b/p5-collectd/Makefile
@@ -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
 
diff --git a/py-collectd/Makefile b/py-collectd/Makefile
index dc20932b70..cd27b4d906 100644
--- a/py-collectd/Makefile
+++ b/py-collectd/Makefile
@@ -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


Home | Main Index | Thread Index | Old Index