blob: 26b8bca8bbd122e215e63641dfe1f19daa712990 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.12 2006/09/26 13:48:43 abs Exp $
--- conf/Makefile.in.orig 2006-04-10 16:42:27.000000000 +0000
+++ conf/Makefile.in
@@ -23,7 +23,7 @@ SHELL=/bin/sh
prefix=@prefix@
SPOOLDIR=$(DESTDIR)@SPOOLDIR@
-CONFDIR=$(DESTDIR)@CONFDIR@
+CONFDIR=$(DESTDIR)$(prefix)/share/examples/wwwoffle
REAL_SPOOLDIR=@SPOOLDIR@
REAL_CONFDIR=@CONFDIR@
|