$NetBSD: patch-ab,v 1.3 2004/02/11 10:55:49 recht Exp $ --- etc/Makefile.in.orig 2004-02-11 11:41:38.000000000 +0100 +++ etc/Makefile.in 2004-02-11 11:42:22.000000000 +0100 @@ -118,7 +118,7 @@ install_sh = @install_sh@ EXTRA_DIST = clamav.conf freshclam.conf -CFGINST = @CFGDIR@ +CFGINST = $(datadir)/examples/clamav subdir = etc mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/clamav-config.h @@ -248,8 +248,8 @@ install: $(mkinstalldirs) $(DESTDIR)$(CFGINST) -@INSTALL_CLAMAV_CONF_TRUE@ @$(INSTALL_DATA) clamav.conf $(DESTDIR)$(CFGINST) -@INSTALL_FRESHCLAM_CONF_TRUE@ @$(INSTALL_DATA) freshclam.conf $(DESTDIR)$(CFGINST) + @$(INSTALL_DATA) clamav.conf $(DESTDIR)$(CFGINST) + @$(INSTALL_DATA) freshclam.conf $(DESTDIR)$(CFGINST) # 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. .NOEXPORT: