blob: 954c0c55714611a5f62cb238b24656e2f002b8c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
|