mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
(SILC) network client o With invaluable feedback from debolaz during our all-nighter porting work :) Reviewed by: Anders Nor Berle <debolaz@debolaz.com>
14 lines
479 B
Text
14 lines
479 B
Text
--- Makefile.in.orig Fri Nov 9 00:27:10 2001
|
|
+++ Makefile.in Fri Nov 9 00:27:16 2001
|
|
@@ -538,11 +538,6 @@
|
|
$(INSTALL_DATA) $(srcdir)/TODO $(docdir)/
|
|
|
|
etc-install:
|
|
- -@if test '!' -f $(etcdir)/silcd.conf ; then \
|
|
- $(INSTALL_DATA) $(srcdir)/doc/example_silcd.conf \
|
|
- $(etcdir)/silcd.conf; \
|
|
- chmod go= $(etcdir)/silcd.conf; \
|
|
- fi
|
|
-@if test '!' -f $(etcdir)/silc.conf ; then \
|
|
$(INSTALL_DATA) $(srcdir)/doc/example_silc.conf \
|
|
$(etcdir)/silc.conf; \
|