From d52bd53bb18a42484c970868dcbb05a1ed264a95 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Fri, 9 Nov 2001 22:12:14 +0000 Subject: o add more MASTER_SITES o add PKG{,DE}INSTALL scripts to handle: - empty directories - configuration files o do not create unnecessary directories --- net/silc-client/files/patch-Makefile.in | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'net/silc-client/files/patch-Makefile.in') 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 -- cgit v1.2.3