View | Details | Raw Unified | Return to bug 45795
Collapse All | Expand All

(-)silc-client.bak/Makefile Tue Nov 26 21:48:25 2002 (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=      silc
8
PORTNAME=      silc
9
PORTVERSION=   0.9.5.1
9
PORTVERSION=   0.9.8
10
CATEGORIES=    net ipv6 security
10
CATEGORIES=    net ipv6 security
11
MASTER_SITES=  http://www.silcnet.org/download/client/sources/ \
11
MASTER_SITES=  http://www.silcnet.org/download/client/sources/ \
12
               ftp://ftp.silcnet.org/silc/client/sources/ \
12
               ftp://ftp.silcnet.org/silc/client/sources/ \
(-)silc-client.bak/distinfo Tue Nov 26 21:47:13 2002 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (silc-client-0.9.5.1.tar.bz2) = 5d12658655f9eb681fe769b0e2bd0d89
1
MD5 (silc-client-0.9.8.tar.bz2) = 0591e8689ed51057dedc0ae626c3a451 
(-)silc-client.bak/files/patch-Makefile.in Thu Jan 1 01:00:00 1970 (-45 lines)
Lines 1-44 Link Here
1
--- Makefile.in.orig   Wed Jul 10 16:54:28 2002
2
+++ Makefile.in        Wed Jul 10 18:02:37 2002
3
@@ -151,7 +151,7 @@
4
 
5
 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
6
 
7
-COMMONDIRS = lib irssi silc silcd doc includes
8
+COMMONDIRS = lib irssi silc includes
9
 
10
 # Sub directories defined by "distributions" file, and can be overridden
11
 # with ./configure, which substitutes these variables.
12
@@ -531,10 +531,7 @@
13
 
14
 install-dirs:
15
       -mkdir -p $(etcdir)
16
-      -mkdir -p $(modulesdir)
17
       -mkdir -p $(helpdir)
18
-      -mkdir -p $(docdir)
19
-      -mkdir -p $(logsdir)
20
 
21
 generate-server-key:
22
       -@if test '!' -f $(etcdir)/silcd.pub ; then \
23
@@ -568,19 +565,12 @@
24
       $(INSTALL_DATA) $(srcdir)/doc/examples/cell* $(docdir)/examples/
25
 
26
 etc-install:
27
-      -@if test '!' -f $(etcdir)/silcd.conf ; then \
28
-        $(INSTALL_DATA) $(srcdir)/doc/example_silcd.conf \
29
-              $(etcdir)/silcd.conf; \
30
-        $(INSTALL_DATA) $(srcdir)/doc/silcalgs.conf \
31
-              $(etcdir)/silcalgs.conf; \
32
-          chmod go= $(etcdir)/silcd.conf; \
33
-      fi
34
       -@if test '!' -f $(etcdir)/silc.conf ; then \
35
         $(INSTALL_DATA) $(srcdir)/irssi/silc.conf \
36
-        $(etcdir)/silc.conf; \
37
+        $(etcdir)/silc.conf.sample; \
38
       fi
39
 
40
-@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs sim-install doc-install etc-install
41
+@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs etc-install
42
 @SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_TRUE@install-data-hook: install-dirs generate-server-
43
 @SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_FALSE@install-data-hook: install-dirs generate-server
44
key sim-install doc-install examples-install etc-install
45
 # Tell versions [3.59,3.63) of GNU make to not export all variables.

Return to bug 45795