$NetBSD: patch-aa,v 1.4 2007/03/28 20:51:10 bouyer Exp $

--- Makefile.in.orig	2007-02-06 15:25:52.000000000 +0100
+++ Makefile.in	2007-02-28 20:32:50.000000000 +0100
@@ -510,7 +510,7 @@
 	@CVS2CL@
 #endif
 
-all:	warning checkperl checkcpan sources man locale
+all:	sources man locale
 
 rpm: build_rh_rpm build_mdk_rpm
 
@@ -604,7 +604,7 @@
 	$(MAKE) PERL='${PERL}' clean) || exit 1; \
 	done;
 
-install: importantchanges installdir installsrc installwws installwebtt2 installmailtt2 installlocale installman installscript installsample installconfig installdoc installsoap nextstep
+install: importantchanges installdir installsrc installwws installwebtt2 installmailtt2 installlocale installman installscript installsample installdoc installsoap nextstep
 
 nextstep: 
 	@echo ""
@@ -749,7 +749,7 @@
 			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 mail_tt2 web_tt2 scenari \
 	task_models general_task_models; do \
@@ -772,7 +772,7 @@
 		$(PERL) ./subst.pl src/etc/README_etc \
 	) \
 	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 \
@@ -786,7 +786,7 @@
 		fi \
 	done \
 	fi
-	@if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \
+	@if false ; then \
 	echo "First installation : creating archives and bounce directories..."; \
 	for dir in bounce arc ; do \
 		if [ ! -d $(DESTDIR)$(DIR)/$$dir ] ; then \
