summaryrefslogtreecommitdiff
path: root/net/silc-client/files/patch-Makefile.in
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-09 22:12:14 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-09 22:12:14 +0000
commitd52bd53bb18a42484c970868dcbb05a1ed264a95 (patch)
treeef922f8f1f0223b004b90f88ad3966428e0a413e /net/silc-client/files/patch-Makefile.in
parentDeal with a bad patch. (diff)
o add more MASTER_SITES
o add PKG{,DE}INSTALL scripts to handle: - empty directories - configuration files o do not create unnecessary directories
Diffstat (limited to 'net/silc-client/files/patch-Makefile.in')
-rw-r--r--net/silc-client/files/patch-Makefile.in23
1 files changed, 18 insertions, 5 deletions
diff --git a/net/silc-client/files/patch-Makefile.in b/net/silc-client/files/patch-Makefile.in
index 54d1c3e2e4b0..8ec4bb81fc63 100644
--- a/net/silc-client/files/patch-Makefile.in
+++ b/net/silc-client/files/patch-Makefile.in
@@ -1,6 +1,14 @@
---- Makefile.in.orig Fri Nov 9 00:27:10 2001
-+++ Makefile.in Fri Nov 9 00:27:16 2001
-@@ -538,11 +538,6 @@
+--- Makefile.in.orig Fri Nov 2 22:58:36 2001
++++ Makefile.in Fri Nov 9 18:15:27 2001
+@@ -515,7 +515,6 @@
+ -mkdir -p $(modulesdir)
+ -mkdir -p $(helpdir)
+ -mkdir -p $(docdir)
+- -mkdir -p $(logsdir)
+
+ generate-server-key:
+ -@if test '!' -f $(etcdir)/silcd.pub ; then \
+@@ -538,14 +537,9 @@
$(INSTALL_DATA) $(srcdir)/TODO $(docdir)/
etc-install:
@@ -9,6 +17,11 @@
- $(etcdir)/silcd.conf; \
- chmod go= $(etcdir)/silcd.conf; \
- fi
- -@if test '!' -f $(etcdir)/silc.conf ; then \
+- -@if test '!' -f $(etcdir)/silc.conf ; then \
++ -@if test '!' -f $(etcdir)/silc.conf.sample ; then \
$(INSTALL_DATA) $(srcdir)/doc/example_silc.conf \
- $(etcdir)/silc.conf; \
+- $(etcdir)/silc.conf; \
++ $(etcdir)/silc.conf.sample; \
+ fi
+
+ @SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs sim-install doc-install etc-install