openbsd-ports/sysutils/collectd/patches/patch-Makefile_in
landry da4ec499a5 Import of collectd 4.10, yet another monitoring daemon :
collectd gathers statistics about the system it is running on and stores
this information. Those statistics can then be used to find current
performance bottlenecks (i.e. performance analysis) and predict future
system load (i.e. capacity planning). Or if you just want pretty graphs
of your private server and are fed up with some homegrown solution
you're at the right place, too ;).

Reworked by bernd@ to use MULTI_PACKAGES instead of FLAVORS, thanks!
With feedback from Nico Szalay.

ok bernd@
2010-06-23 18:04:26 +00:00

15 lines
549 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2010/06/23 18:04:26 landry Exp $
dont create var/{run,lib,log}
--- Makefile.in.orig Sat Jun 19 16:51:23 2010
+++ Makefile.in Sat Jun 19 16:51:33 2010
@@ -813,9 +813,6 @@ uninstall-am:
install-exec-hook:
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/$(PACKAGE_NAME)
- $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.