aboutsummaryrefslogtreecommitdiffstats
path: root/net/silc-client/files
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-05-04 02:56:21 +0800
committerlioux <lioux@FreeBSD.org>2002-05-04 02:56:21 +0800
commitfd4cc4d1028102bd07d51cff28c6b41bd8c85872 (patch)
tree38f67e8d82fbefb8cad14d90eff4adf81830942d /net/silc-client/files
parentcdbb6b953561e86d2aa773fb4ec8ebe1bfb91fe8 (diff)
downloadfreebsd-ports-gnome-fd4cc4d1028102bd07d51cff28c6b41bd8c85872.tar.gz
freebsd-ports-gnome-fd4cc4d1028102bd07d51cff28c6b41bd8c85872.tar.zst
freebsd-ports-gnome-fd4cc4d1028102bd07d51cff28c6b41bd8c85872.zip
Update to 0.8.6
Diffstat (limited to 'net/silc-client/files')
-rw-r--r--net/silc-client/files/patch-Makefile.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/net/silc-client/files/patch-Makefile.in b/net/silc-client/files/patch-Makefile.in
index 7feb96cacdea..9ae04876ea45 100644
--- a/net/silc-client/files/patch-Makefile.in
+++ b/net/silc-client/files/patch-Makefile.in
@@ -1,5 +1,5 @@
---- Makefile.in.orig Sun Feb 3 17:33:38 2002
-+++ Makefile.in Sun Feb 3 17:35:12 2002
+--- Makefile.in.orig Fri May 3 13:05:28 2002
++++ Makefile.in Fri May 3 13:06:35 2002
@@ -151,9 +151,9 @@
AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
@@ -24,17 +24,19 @@
generate-server-key:
-@if test '!' -f $(etcdir)/silcd.pub ; then \
-@@ -565,17 +562,12 @@
+@@ -565,19 +562,12 @@
$(INSTALL_DATA) $(srcdir)/doc/examples/cell* $(docdir)/examples/
etc-install:
- -@if test '!' -f $(etcdir)/silcd.conf ; then \
- $(INSTALL_DATA) $(srcdir)/doc/example_silcd.conf \
-- $(etcdir)/silcd.conf; \
+- $(etcdir)/silcd.conf; \
+- $(INSTALL_DATA) $(srcdir)/doc/silcalgs.conf \
+- $(etcdir)/silcalgs.conf; \
- chmod go= $(etcdir)/silcd.conf; \
- fi
-@if test '!' -f $(etcdir)/silc.conf ; then \
- $(INSTALL_DATA) $(srcdir)/doc/example_silc.conf \
+ $(INSTALL_DATA) $(srcdir)/irssi/silc.conf \
- $(etcdir)/silc.conf; \
+ $(etcdir)/silc.conf.sample; \
fi