freebsd-ports/www/c-icap-modules/files/patch-services__virus_scan__Makefile.in
Renato Botelho 71d821e2a4 . Use new LIB_DEPENDS syntax
. INSTALL_TARGET = install-strip
. USES libtool and drop .la files
. Let the copy of default conf to .conf to pkg-plist only and make check-plist happy

Approved by:	portmgr (blanket)
2014-05-14 17:00:23 +00:00

10 lines
542 B
Text

--- services/virus_scan/Makefile.in.orig 2014-05-14 16:54:38.000000000 -0300
+++ services/virus_scan/Makefile.in 2014-05-14 16:54:56.000000000 -0300
@@ -647,7 +647,6 @@
install-data-local:
for f in $(CONFS); do \
$(INSTALL) $$f $(DESTDIR)$(CONFIGDIR)/$$f.default; \
- if test ! -f $(DESTDIR)$(CONFIGDIR)/$$f; then $(INSTALL) $$f $(DESTDIR)$(CONFIGDIR)/$$f; fi \
done
$(mkinstalldirs) $(DESTDIR)$(cicapdatadir)/templates/virus_scan/en/
for f in $(TMPLS); do $(INSTALL) $$f $(DESTDIR)$(cicapdatadir)/templates/virus_scan/en/; done