[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / collectd

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

Diff for /pkgsrc/sysutils/collectd/Makefile between version 1.15 and 1.21

version 1.15, 2016/02/03 13:10:27 version 1.21, 2017/04/06 09:12:02
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 PKGREVISION= 10  
 .include "../../sysutils/collectd/Makefile.common"  .include "../../sysutils/collectd/Makefile.common"
   
   PKGREVISION=    1
 COMMENT=        Statistics collection daemon base  COMMENT=        Statistics collection daemon base
   
 RCD_SCRIPTS=    collectd  RCD_SCRIPTS=    collectd
Line 25  CONFIGURE_ARGS+= --enable-${option}
Line 25  CONFIGURE_ARGS+= --enable-${option}
 # Several libs not generated in time for linking collectd  # Several libs not generated in time for linking collectd
 MAKE_JOBS_SAFE=         no  MAKE_JOBS_SAFE=         no
   
   INSTALL_MAKE_FLAGS+=    sysconfdir=${PREFIX}/share/examples/collectd
   
 .include "options.mk"  .include "options.mk"
   
 CONF_FILES+=            share/examples/collectd/collectd.conf           \  CONF_FILES+=            share/examples/collectd/collectd.conf           \

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>