diff options
Diffstat (limited to 'net/silc-server/files/patch-Makefile.in')
-rw-r--r-- | net/silc-server/files/patch-Makefile.in | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/net/silc-server/files/patch-Makefile.in b/net/silc-server/files/patch-Makefile.in index e37dfe0..c672907 100644 --- a/net/silc-server/files/patch-Makefile.in +++ b/net/silc-server/files/patch-Makefile.in @@ -1,19 +1,15 @@ ---- Makefile.in.orig Mon Jan 21 17:08:04 2002 -+++ Makefile.in Mon Jan 21 17:09:44 2002 -@@ -151,9 +151,9 @@ +--- Makefile.in.orig Mon Jul 1 13:55:06 2002 ++++ Makefile.in Wed Jul 17 18:43:13 2002 +@@ -151,7 +151,7 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign -COMMONDIRS = lib irssi silc silcd doc includes --SUBDIRS = lib silcd doc includes --DIST_SUBDIRS = lib silcd doc includes +COMMONDIRS = lib irssi silcd includes -+SUBDIRS = lib silcd includes -+DIST_SUBDIRS = lib silcd includes - # - # INCLUDE defines -@@ -529,9 +529,6 @@ + # Sub directories defined by "distributions" file, and can be overridden + # with ./configure, which substitutes these variables. +@@ -531,9 +531,6 @@ install-dirs: -mkdir -p $(etcdir) @@ -23,26 +19,32 @@ -mkdir -p $(logsdir) generate-server-key: -@@ -561,18 +558,13 @@ +@@ -568,21 +565,17 @@ $(INSTALL_DATA) $(srcdir)/doc/examples/cell* $(docdir)/examples/ etc-install: - -@if test '!' -f $(etcdir)/silcd.conf ; then \ + -@if test '!' -f $(etcdir)/silcd.conf.sample ; then \ $(INSTALL_DATA) $(srcdir)/doc/example_silcd.conf \ -- $(etcdir)/silcd.conf; \ +- $(etcdir)/silcd.conf; \ ++ $(etcdir)/silcd.conf.sample; \ + $(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)/silcd.conf.sample; \ ++ $(etcdir)/silcalgs.conf.sample; \ ++ chmod go= $(etcdir)/silcd.conf.sample; \ fi -@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs sim-install doc-install etc-install --@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs generate-server-key sim-install doc-install examples-install etc-install +-@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_TRUE@install-data-hook: install-dirs generate-server-key sim-install doc-install toolkit-install examples-install etc-install +-@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_FALSE@install-data-hook: install-dirs generate-server-key sim-install doc-install examples-install etc-install +@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs etc-install -+@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs etc-install ++@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_TRUE@install-data-hook: install-dirs etc-install ++@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_FALSE@install-data-hook: install-dirs etc-install # 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: |