pkgsrc-WIP-changes archive

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

collectd-unbound: Correct location of go-collectd



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 9 05:19:23 2017 +0200
Changeset:	3fa122c205a8c3ba834eea2afeb4d3291acbc22f

Modified Files:
	collectd-unbound/Makefile

Log Message:
collectd-unbound: Correct location of go-collectd

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

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

diffstat:
 collectd-unbound/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/collectd-unbound/Makefile b/collectd-unbound/Makefile
index f1eee89495..ad5ecefc04 100644
--- a/collectd-unbound/Makefile
+++ b/collectd-unbound/Makefile
@@ -16,9 +16,9 @@ LICENSE=		modified-bsd
 GO_SRCPATH=		github.com/falzm/collectd-unbound
 GO_DIST_BASE=		${DISTNAME}-${GITHUB_TAG}*
 
-DEPENDS+=		go-collectd-[0-9]*:../../sysutils/go-collectd
+DEPENDS+=		go-collectd-[0-9]*:../../wip/go-collectd
 DEPENDS+=		collectd-[0-9]*:../../sysutils/collectd
 
-.include "../../sysutils/go-collectd/buildlink3.mk"
+.include "../../wip/go-collectd/buildlink3.mk"
 .include "../../lang/go/go-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index