diff options
| author | Renato Botelho <garga@FreeBSD.org> | 2009-03-27 11:52:22 +0000 |
|---|---|---|
| committer | Renato Botelho <garga@FreeBSD.org> | 2009-03-27 11:52:22 +0000 |
| commit | d253acf464b19446c05f5daaeadfa06ee7126cb7 (patch) | |
| tree | 92f2e237ac579545e23427f6f663b310a2437f56 /security/clamav/files/patch-etc_Makefile.in | |
| parent | - Update to 2.19 (diff) | |
- Update to 0.95
Diffstat (limited to 'security/clamav/files/patch-etc_Makefile.in')
| -rw-r--r-- | security/clamav/files/patch-etc_Makefile.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/clamav/files/patch-etc_Makefile.in b/security/clamav/files/patch-etc_Makefile.in new file mode 100644 index 000000000000..336f5667c3e3 --- /dev/null +++ b/security/clamav/files/patch-etc_Makefile.in @@ -0,0 +1,18 @@ +--- etc/Makefile.in.orig 2009-02-17 22:43:14.000000000 -0300 ++++ etc/Makefile.in 2009-02-18 08:14:54.000000000 -0300 +@@ -393,12 +393,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. + .NOEXPORT: |
