diff options
Diffstat (limited to 'net-mgmt/collectd5')
-rw-r--r-- | net-mgmt/collectd5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index d32a504328f7..70225e4652f8 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -3,6 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.6.0 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://collectd.org/files/ \ http://collectd.org/files/ @@ -330,7 +331,7 @@ CONFIGURE_ARGS+=--enable-aggregation \ PLIST_SUB+= DISK="@comment " .else CONFIGURE_ARGS+=--enable-disk -PLIST_SUB+= DISK="@comment " +PLIST_SUB+= DISK="" .endif INSTALL_TARGET= install-strip |