1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

. 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)
This commit is contained in:
Boris Samorodov 2013-05-15 11:07:39 +00:00
parent dc770e6495
commit 0fc1508afa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318237
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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