openbsd-ports/sysutils/collectd/patches/patch-Makefile_in

15 lines
545 B
Plaintext
Raw Normal View History

$OpenBSD: patch-Makefile_in,v 1.2 2010/09/07 11:12:05 landry Exp $
dont create var/{run,lib,log}
--- Makefile.in.orig Fri Jul 9 12:02:16 2010
+++ Makefile.in Thu Aug 5 13:07:16 2010
@@ -815,9 +815,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.