diff options
Diffstat (limited to 'sysutils/collectd-postgresql/Makefile')
-rw-r--r-- | sysutils/collectd-postgresql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/collectd-postgresql/Makefile b/sysutils/collectd-postgresql/Makefile index 7086c527063..05aa82bd71e 100644 --- a/sysutils/collectd-postgresql/Makefile +++ b/sysutils/collectd-postgresql/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2015/06/10 20:05:26 fhajny Exp $ +# $NetBSD: Makefile,v 1.4 2016/10/09 21:42:03 wiz Exp $ COLLECTD_PACKAGE= postgresql PKGNAME= ${DISTNAME:S/collectd/collectd-${COLLECTD_PACKAGE}${PGSQL_VERSION}/} +PKGREVISION= 1 COMMENT= Statistics collection daemon - postgresql plugin .include "../../sysutils/collectd/Makefile.common" |