diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-11-09 22:16:11 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-11-09 22:16:11 +0000 |
commit | f4dd222b6487074ae37b3bce97e9468092aa9e85 (patch) | |
tree | f6b0796de66099e7e5d34d90101714dd9a1ffd7e /net/silc-server/files/patch-Makefile.in | |
parent | o add more MASTER_SITES (diff) |
o add more MASTER_SITES
o add PKG{,DE}INSTALL scripts to handle:
- empty directories
- configuration files
o do not create unnecessary directories
o remove prefix in the daemon binary name (debolaz)
Submitted by: Anders Nor Berle <debolaz@debolaz.com> (some of it)
Diffstat (limited to 'net/silc-server/files/patch-Makefile.in')
-rw-r--r-- | net/silc-server/files/patch-Makefile.in | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/net/silc-server/files/patch-Makefile.in b/net/silc-server/files/patch-Makefile.in index 9a4ef20e994d..aacee5b5b5c8 100644 --- a/net/silc-server/files/patch-Makefile.in +++ b/net/silc-server/files/patch-Makefile.in @@ -1,13 +1,24 @@ ---- Makefile.in.orig Fri Nov 9 00:26:32 2001 -+++ Makefile.in Fri Nov 9 00:26:39 2001 -@@ -543,10 +543,6 @@ - $(etcdir)/silcd.conf; \ - chmod go= $(etcdir)/silcd.conf; \ - fi +--- Makefile.in.orig Wed Nov 7 17:16:23 2001 ++++ Makefile.in Fri Nov 9 15:26:33 2001 +@@ -538,18 +538,13 @@ + $(INSTALL_DATA) $(srcdir)/TODO $(docdir)/ + + 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; \ +- chmod go= $(etcdir)/silcd.conf; \ +- fi - -@if test '!' -f $(etcdir)/silc.conf ; then \ - $(INSTALL_DATA) $(srcdir)/doc/example_silc.conf \ - $(etcdir)/silc.conf; \ -- fi ++ $(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 etc-install +-@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs generate-server-key sim-install doc-install etc-install ++@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs sim-install doc-install 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: |