74fddeab7f
- remove clamav flavour in favour of enabling clamd support in the main package. - rearrange the Makefile slightly the clamav flavour was using libclamav, which past experience shows to not be a stable interface to the clamav virus scanner; dansguardian also supports scanning via the clamd socket, this is now enabled instead (by default since it doesn't add a required dependency). note: those currently using the clamav flavour and upgrading will need to adjust their configuration. maintainer timeout. on ports@ for a few days, lightly tested here but lacking test reports from real users.
12 lines
476 B
Plaintext
12 lines
476 B
Plaintext
$OpenBSD: patch-data_Makefile_in,v 1.2 2009/04/18 14:42:41 sthen Exp $
|
|
--- data/Makefile.in.orig Tue Jan 20 11:15:29 2009
|
|
+++ data/Makefile.in Wed Apr 15 22:42:03 2009
|
|
@@ -490,7 +490,6 @@ uninstall-am: uninstall-local
|
|
|
|
install-data-local:
|
|
$(mkinstalldirs) $(DESTDIR)$(DATATOPDIR) && \
|
|
- $(mkinstalldirs) $(DESTDIR)$(DGLOGLOCATION) && \
|
|
$(mkinstalldirs) $(DESTDIR)$(DGPIDDIR) && \
|
|
for l in $(FLISTS) ; do \
|
|
echo "$(INSTALL_DATA) $$l $(DESTDIR)$(DATATOPDIR)/$$l"; \
|