freebsd-ports/security/clamav-devel/files/patch-etc::Makefile.am
Pav Lucistnik 3e7c489b9d - Update to 20041101
- Configuration file was renamed to clamd.conf!

PR:		ports/73491
Submitted by:	Rob Evers <rob@debank.tv> (maintainer)
2004-11-04 22:49:52 +00:00

12 lines
556 B
Text

--- etc/Makefile.am.orig Sat Oct 2 23:09:13 2004
+++ etc/Makefile.am Sun Oct 17 13:04:24 2004
@@ -20,7 +20,5 @@
install:
$(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)
+ $(INSTALL_DATA) $(srcdir)/clamd.conf $(DESTDIR)$(CFGINST)/clamd.conf.default
+ $(INSTALL_DATA) $(srcdir)/freshclam.conf $(DESTDIR)$(CFGINST)/freshclam.conf.default