summaryrefslogtreecommitdiff
path: root/security/clamav/files/patch-etc_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/clamav/files/patch-etc_Makefile.in')
-rw-r--r--security/clamav/files/patch-etc_Makefile.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/security/clamav/files/patch-etc_Makefile.in b/security/clamav/files/patch-etc_Makefile.in
deleted file mode 100644
index 7316f142ce06..000000000000
--- a/security/clamav/files/patch-etc_Makefile.in
+++ /dev/null
@@ -1,18 +0,0 @@
---- etc/Makefile.in.orig 2009-10-28 13:54:51.000000000 -0200
-+++ etc/Makefile.in 2009-10-28 15:24:27.000000000 -0200
-@@ -419,12 +419,9 @@
-
- install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(CFGINST)
-- @test -f $(DESTDIR)$(CFGINST)/clamd.conf || \
-- $(INSTALL_DATA) $(srcdir)/clamd.conf $(DESTDIR)$(CFGINST)
-- @test -f $(DESTDIR)$(CFGINST)/freshclam.conf || \
-- $(INSTALL_DATA) $(srcdir)/freshclam.conf $(DESTDIR)$(CFGINST)
--@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@ @test -f $(DESTDIR)$(CFGINST)/clamav-milter.conf || \
--@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@ $(INSTALL_DATA) $(srcdir)/clamav-milter.conf $(DESTDIR)$(CFGINST)
-+ $(INSTALL_DATA) $(srcdir)/clamd.conf $(DESTDIR)$(CFGINST)/clamd.conf.default
-+ $(INSTALL_DATA) $(srcdir)/freshclam.conf $(DESTDIR)$(CFGINST)/freshclam.conf.default
-+@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@ $(INSTALL_DATA) $(srcdir)/clamav-milter.conf $(DESTDIR)$(CFGINST)/clamav-milter.conf.default
-
- # 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.