- 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
475 B
Text
13 lines
475 B
Text
$NetBSD: patch-af,v 1.1 2007/08/16 00:14:43 joerg Exp $
|
|
|
|
--- filters/Makefile.in.orig 2007-08-11 03:41:08.000000000 +0200
|
|
+++ filters/Makefile.in
|
|
@@ -198,7 +198,7 @@ sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
SUBDIRS = SWISH
|
|
-exampledir = $(datadir)/doc/$(PACKAGE)/examples/filters
|
|
+exampledir = ${PREFIX}/share/examples/swish-e/filters
|
|
bin_SCRIPTS = swish-filter-test
|
|
example_DATA = README
|
|
CLEANFILES = swish-filter-test
|