2992cca719
- bugfixes - FileFilter is using fork/exec directly, avoiding possible shell escape issues - proximity suppor tfor matchs - fix sparc64 issues - switch to GPL as license with a special link clause - make use of strcoll for sorting
13 lines
458 B
Text
13 lines
458 B
Text
$NetBSD: patch-ad,v 1.1 2007/08/16 00:14:43 joerg Exp $
|
|
|
|
--- filter-bin/Makefile.in.orig 2007-08-11 03:33:31.000000000 +0200
|
|
+++ filter-bin/Makefile.in
|
|
@@ -185,7 +185,7 @@ sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
-exampledir = $(datadir)/doc/$(PACKAGE)/examples/filter-bin
|
|
+exampledir = ${PREFIX}/share/examples/swish-e/filter-bin
|
|
example_DATA = \
|
|
README \
|
|
swish_filter.pl \
|