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:
parent
dc770e6495
commit
0fc1508afa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318237
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user