diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-16 09:33:51 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-16 09:33:51 +0000 |
commit | ee23979ad1987f14fce6734e2811fc9367284284 (patch) | |
tree | 290ff8a6e44eba8852576ee0a59e5f4f032539a6 /net/silc-client/files/patch-Makefile.in | |
parent | c515badd57e6491e2911d88e7b2dc69cf94ecde1 (diff) | |
download | ports-ee23979ad1987f14fce6734e2811fc9367284284.tar.gz ports-ee23979ad1987f14fce6734e2811fc9367284284.zip |
Notes
Diffstat (limited to 'net/silc-client/files/patch-Makefile.in')
-rw-r--r-- | net/silc-client/files/patch-Makefile.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net/silc-client/files/patch-Makefile.in b/net/silc-client/files/patch-Makefile.in index 60b26a65e0aa..fa4542ef8663 100644 --- a/net/silc-client/files/patch-Makefile.in +++ b/net/silc-client/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig Tue Mar 18 15:40:51 2003 -+++ Makefile.in Wed Sep 24 20:17:07 2003 -@@ -233,7 +233,7 @@ +--- Makefile.in.orig Thu Oct 16 00:31:17 2003 ++++ Makefile.in Thu Oct 16 15:39:51 2003 +@@ -234,7 +234,7 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign @@ -9,16 +9,16 @@ # Sub directories defined by "distributions" file, and can be overridden # with ./configure, which substitutes these variables. -@@ -706,17 +706,13 @@ +@@ -707,17 +707,13 @@ install-dirs-client: install-dirs -mkdir -p $(helpdir) -- -mkdir -p $(mansdir)/man1 +- -mkdir -p $(mandir)/man1 install-dirs-server: install-dirs -mkdir -p $(logsdir) -- -mkdir -p $(mansdir)/man5 -- -mkdir -p $(mansdir)/man8 +- -mkdir -p $(mandir)/man5 +- -mkdir -p $(mandir)/man8 doc-install: -$(INSTALL_DATA) $(srcdir)/doc/CodingStyle $(docdir)/ @@ -27,7 +27,7 @@ -$(INSTALL_DATA) $(srcdir)/COPYING $(docdir)/ -$(INSTALL_DATA) $(srcdir)/CHANGES $(docdir)/ -$(INSTALL_DATA) $(srcdir)/CREDITS $(docdir)/ -@@ -740,12 +736,8 @@ +@@ -741,12 +737,8 @@ fi etc-install-client: @@ -37,7 +37,7 @@ - $(etcdir)/silc.conf; \ - fi; \ - fi -+ $(etcdir)/silc.conf.sample ++ $(etcdir)/silc.conf.sample etc-install-server: -@if test '!' -f $(etcdir)/silcd.conf ; then \ |