summaryrefslogtreecommitdiff
path: root/www/swish-e/patches/patch-ab
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-06-27 18:30:54 +0000
committerkristerw <kristerw@pkgsrc.org>2004-06-27 18:30:54 +0000
commitb5093449dcbf593e07271f3d688baa8cab2caa0c (patch)
treeed4af19dcf3fd80feca207e9db1b20d1263be80c /www/swish-e/patches/patch-ab
parentfbdf8134fd5c0f79a70979d78488c3151371fc0f (diff)
downloadpkgsrc-b5093449dcbf593e07271f3d688baa8cab2caa0c.tar.gz
Make sure the directories exists before trying to install in them.
Solves PR 25426. Add dependency on PERL5 so that the configure script does the right thing, since this package use the path in places that cannot be patched by REPLACE_PERL (and bin/swish-filter-test need perl to run anyway). Bump PKGREVISION.
Diffstat (limited to 'www/swish-e/patches/patch-ab')
-rw-r--r--www/swish-e/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/swish-e/patches/patch-ab b/www/swish-e/patches/patch-ab
new file mode 100644
index 00000000000..52b16868815
--- /dev/null
+++ b/www/swish-e/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.6 2004/06/27 18:30:54 kristerw Exp $
+
+--- conf/Makefile.in.orig 2004-06-27 19:53:09.000000000 +0200
++++ conf/Makefile.in 2004-06-27 19:55:25.000000000 +0200
+@@ -202,7 +202,7 @@
+ nobase_exampleDATA_INSTALL = $(install_sh_DATA)
+ install-nobase_exampleDATA: $(nobase_example_DATA)
+ @$(NORMAL_INSTALL)
+- $(mkinstalldirs) $(DESTDIR)$(exampledir)
++ $(mkinstalldirs) $(DESTDIR)$(exampledir)/stopwords
+ @list='$(nobase_example_DATA)'; for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ f="$$p"; \