diff options
Diffstat (limited to 'www/swish-e/patches/patch-ab')
-rw-r--r-- | www/swish-e/patches/patch-ab | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/www/swish-e/patches/patch-ab b/www/swish-e/patches/patch-ab index 52b16868815..5aae24de88b 100644 --- a/www/swish-e/patches/patch-ab +++ b/www/swish-e/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.6 2004/06/27 18:30:54 kristerw Exp $ +$NetBSD: patch-ab,v 1.7 2007/08/16 00:14:43 joerg 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"; \ +--- conf/Makefile.in.orig 2007-01-15 19:54:01.000000000 +0100 ++++ conf/Makefile.in +@@ -185,7 +185,7 @@ sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-exampledir = $(datadir)/doc/$(PACKAGE)/examples/conf ++exampledir = ${PREFIX}/share/examples/swish-e + conf_dir = \ + stopwords/dutch.txt \ + stopwords/english.txt \ |