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
482 B
Text
13 lines
482 B
Text
$NetBSD: patch-ae,v 1.1 2007/08/16 00:14:43 joerg Exp $
|
|
|
|
--- prog-bin/Makefile.in.orig 2007-08-11 03:34:16.000000000 +0200
|
|
+++ prog-bin/Makefile.in
|
|
@@ -191,7 +191,7 @@ sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
perlmoduledir = $(libexecdir)/perl
|
|
-exampledir = $(datadir)/doc/$(PACKAGE)/examples/prog-bin
|
|
+exampledir = ${PREFIX}/share/examples/swish-e/prog-bin
|
|
libexec_SCRIPTS = spider.pl DirTree.pl
|
|
|
|
# These are really out dated
|