blob: 8612226449fdaee9348dd3846f2d16e904f768e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
$NetBSD: patch-aa,v 1.3 2004/10/10 15:09:23 seb Exp $
--- Makefile.in.orig 2004-07-16 17:26:51.000000000 +0000
+++ Makefile.in
@@ -483,7 +483,7 @@ clean:
$(MAKE) PERL='${PERL}' clean) || exit 1; \
done;
-install: importantchanges installsrc installnls installwws installman installscript installsample installdir installconfig installdoc installsoap
+install: importantchanges installsrc installnls installwws installman installscript installsample installdir installdoc installsoap
importantchanges:
@( PERL=$(PERL); export PERL; \
@@ -602,7 +602,7 @@ installdir:
chmod 755 $(DESTDIR)$$dir; \
fi \
done
- @if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \
+ @if false ; then \
echo "First installation : installing conf directories..."; \
for dir in create_list_templates templates wws_templates scenari \
task_models general_task_models; do \
@@ -614,7 +614,7 @@ installdir:
fi \
done \
fi
- @if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \
+ @if false ; then \
echo "First installation : installing spool directories..."; \
for dir in $(SPOOLDIR) $(SPOOLDIR)/msg $(SPOOLDIR)/digest $(SPOOLDIR)/moderation \
$(SPOOLDIR)/expire $(SPOOLDIR)/auth $(SPOOLDIR)/outgoing $(SPOOLDIR)/tmp \
|