diff options
Diffstat (limited to 'www/swish-e/patches/patch-ab')
-rw-r--r-- | www/swish-e/patches/patch-ab | 13 |
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"; \ |