summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-05-15 11:07:39 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-05-15 11:07:39 +0000
commit0fc1508afa5b2e7d15e30a3f8d04868465728320 (patch)
treec917dc388a69da0b4284d9e05a91e654b21b00be
parentdc770e649530fc6e52a2c9414806265863ccf380 (diff)
downloadfreebsd-ports-0fc1508afa5b2e7d15e30a3f8d04868465728320.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)
-rw-r--r--net-mgmt/collectd/Makefile2
-rw-r--r--net-mgmt/collectd5/Makefile3
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