Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/sysutils/collectd/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/sysutils/collectd/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.13 retrieving revision 1.20 diff -u -p -r1.13 -r1.20 --- pkgsrc/sysutils/collectd/Makefile 2015/09/12 19:04:56 1.13 +++ pkgsrc/sysutils/collectd/Makefile 2017/01/25 14:10:18 1.20 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.13 2015/09/12 19:04:56 he Exp $ +# $NetBSD: Makefile,v 1.20 2017/01/25 14:10:18 fhajny Exp $ -PKGREVISION= 8 .include "../../sysutils/collectd/Makefile.common" COMMENT= Statistics collection daemon base @@ -25,6 +24,8 @@ CONFIGURE_ARGS+= --enable-${option} # Several libs not generated in time for linking collectd MAKE_JOBS_SAFE= no +INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/collectd + .include "options.mk" CONF_FILES+= share/examples/collectd/collectd.conf \