diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-11-21 18:40:25 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-11-21 18:40:25 +0000 |
commit | fc3b56ba75eb2074ab25d637077a382f3c546b8f (patch) | |
tree | 6ea46599dc5294a96114bc8bc59a023c26e19069 /net-mgmt/collectd5/files/patch-src__daemon__Makefile.am | |
parent | Update to 3.2.1 (diff) |
net-mgmt/collectd5: update to 5.8.0
PR: 223789
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=454647
Diffstat (limited to 'net-mgmt/collectd5/files/patch-src__daemon__Makefile.am')
-rw-r--r-- | net-mgmt/collectd5/files/patch-src__daemon__Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/collectd5/files/patch-src__daemon__Makefile.am b/net-mgmt/collectd5/files/patch-src__daemon__Makefile.am deleted file mode 100644 index 0c5ab0d7af24..000000000000 --- a/net-mgmt/collectd5/files/patch-src__daemon__Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- src/daemon/Makefile.am.orig 2016-09-11 08:10:25 UTC -+++ src/daemon/Makefile.am -@@ -2,7 +2,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src - AM_CPPFLAGS += -DPREFIX='"${prefix}"' - AM_CPPFLAGS += -DCONFIGFILE='"${sysconfdir}/${PACKAGE_NAME}.conf"' - AM_CPPFLAGS += -DLOCALSTATEDIR='"${localstatedir}"' --AM_CPPFLAGS += -DPKGLOCALSTATEDIR='"${localstatedir}/lib/${PACKAGE_NAME}"' -+AM_CPPFLAGS += -DPKGLOCALSTATEDIR='"${localstatedir}/db/${PACKAGE_NAME}"' - if BUILD_FEATURE_DAEMON - AM_CPPFLAGS += -DPIDFILE='"${localstatedir}/run/${PACKAGE_NAME}.pid"' - endif |