freebsd-ports/www/c-icap/files/patch-Makefile.in
Pav Lucistnik 91215539c1 - Update to 060708
PR:		ports/130633
Submitted by:	Vladimir Kondratiev <wulf@mail.mipt.ru>
Approved by:	Tofig Suleymanov <tofig@freebsd.az> (maintainer)
2009-03-26 13:59:35 +00:00

17 lines
919 B
Text

--- Makefile.in.bak 2008-07-07 00:31:50.000000000 +0400
+++ Makefile.in 2009-01-15 23:15:56.000000000 +0300
@@ -1302,14 +1302,6 @@
$(mkinstalldirs) $(DESTDIR)$(CONFIGDIR);
$(INSTALL) c-icap.conf $(DESTDIR)$(CONFIGDIR)/c-icap.conf.default
$(INSTALL) c-icap.magic $(DESTDIR)$(CONFIGDIR)/c-icap.magic.default
- if test ! -f $(DESTDIR)$(CONFIGDIR)/c-icap.conf; then $(INSTALL) c-icap.conf $(DESTDIR)$(CONFIGDIR)/c-icap.conf; fi
- if test ! -f $(DESTDIR)$(CONFIGDIR)/c-icap.magic; then $(INSTALL) c-icap.magic $(DESTDIR)$(CONFIGDIR)/c-icap.magic; fi
- $(mkinstalldirs) $(DESTDIR)$(LOGDIR);
- $(mkinstalldirs) $(DESTDIR)$(SOCKDIR);
- chgrp nobody $(DESTDIR)$(LOGDIR)
- chmod 775 $(DESTDIR)$(LOGDIR)
- chgrp nobody $(DESTDIR)$(SOCKDIR)
- chmod 775 $(DESTDIR)$(SOCKDIR)
# 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: