openbsd-ports/security/clamav/patches/patch-database_Makefile_in
2009-10-30 01:09:34 +00:00

13 lines
514 B
Plaintext

$OpenBSD: patch-database_Makefile_in,v 1.6 2009/10/30 01:09:34 sthen Exp $
--- database/Makefile.in.orig Wed Oct 28 15:54:51 2009
+++ database/Makefile.in Wed Oct 28 20:20:31 2009
@@ -419,6 +419,8 @@ uninstall-am:
install-data-local:
+
+NOT-install-data-local:
@test -s $(srcdir)/main.cvd -a -s $(srcdir)/daily.cvd || exit 0;\
$(mkinstalldirs) $(DESTDIR)$(DBINST);\
test -f $(DESTDIR)$(DBINST)/main.cvd || test -f $(DESTDIR)$(DBINST)/main.cld || $(INSTALL_DATA) $(srcdir)/main.cvd $(DESTDIR)$(DBINST);\