$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 \