summaryrefslogtreecommitdiff
path: root/mail/sympa/patches
diff options
context:
space:
mode:
authorseb <seb>2004-10-10 15:09:23 +0000
committerseb <seb>2004-10-10 15:09:23 +0000
commiteba943236f7a374d2f853f26cd281fdeb9ba331e (patch)
treec6f92155a5e6fe1ac3a0015486daec23fc5999c7 /mail/sympa/patches
parent04e090de7eb7d3e35ac8a08ff80c712b6dcac4ac (diff)
downloadpkgsrc-eba943236f7a374d2f853f26cd281fdeb9ba331e.tar.gz
'if [ false ]; then ...' Yeah right... Fix my own stupidity.
No need to bump PKGREVISION or something, this was harmless: some directories were made twice while installing from pkgsrc (by do-install target and by INSTALL script) and binary packages were safe because the INSTALL script creates them.
Diffstat (limited to 'mail/sympa/patches')
-rw-r--r--mail/sympa/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sympa/patches/patch-aa b/mail/sympa/patches/patch-aa
index edd129beaa2..8612226449f 100644
--- a/mail/sympa/patches/patch-aa
+++ b/mail/sympa/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2004/09/26 20:13:34 seb Exp $
+$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
@@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.2 2004/09/26 20:13:34 seb Exp $
fi \
done
- @if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \
-+ @if [ false ] ; 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 \
@@ -25,7 +25,7 @@ $NetBSD: patch-aa,v 1.2 2004/09/26 20:13:34 seb Exp $
done \
fi
- @if [ ! -f $(DESTDIR)$(CONFDIR)/sympa.conf ] ; then \
-+ @if [ false ] ; 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 \