diff options
author | bsam <bsam@FreeBSD.org> | 2013-05-15 19:07:39 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-05-15 19:07:39 +0800 |
commit | 58e28fae1c2ef42664060309b4d68cd90a27b9c1 (patch) | |
tree | c917dc388a69da0b4284d9e05a91e654b21b00be /net-mgmt | |
parent | 8175d91fa7269d5b77cd1e12605d15fbe88630c6 (diff) | |
download | freebsd-ports-gnome-58e28fae1c2ef42664060309b4d68cd90a27b9c1.tar.gz freebsd-ports-gnome-58e28fae1c2ef42664060309b4d68cd90a27b9c1.tar.zst freebsd-ports-gnome-58e28fae1c2ef42664060309b4d68cd90a27b9c1.zip |
. add a line space after the Makefile header;
. correct a typo at CONFIGURE_ARGS (no PORTREVISION bump since
no change in defaults);
while here apply the last fix to accompanying port (net-mgmg/collectd).
PR: ports/178632
Submitted by: bsam (me)
Approved by: ports@bsdserwis.com (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/collectd/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/collectd5/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index b752fa3ff1fa..07437a702b8e 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -362,7 +362,7 @@ PLIST_SUB+= RRD="@comment " CONFIGURE_ARGS+=--enable-rrdcached PLIST_SUB+= RRDCACHED="" .else -CONFIGURE_ARGS+=--disable--rrdcached +CONFIGURE_ARGS+=--disable-rrdcached PLIST_SUB+= RRDCACHED="@comment " .endif diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index 0a52d7a190aa..e526da1706e7 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -1,5 +1,6 @@ # Created by: Matt Peterson <matt@peterson.org> # $FreeBSD$ + PORTNAME= collectd PORTVERSION= 5.2.1 PORTREVISION= 1 @@ -394,7 +395,7 @@ PLIST_SUB+= RRD="@comment " CONFIGURE_ARGS+=--enable-rrdcached PLIST_SUB+= RRDCACHED="" .else -CONFIGURE_ARGS+=--disable--rrdcached +CONFIGURE_ARGS+=--disable-rrdcached PLIST_SUB+= RRDCACHED="@comment " .endif |