pkgsrc/www/swish-e/patches/patch-ae
joerg 2992cca719 Update to swish-e 2.4.5:
- 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
2007-08-16 00:14:42 +00:00

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