13 lines
355 B
Text
13 lines
355 B
Text
$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@
|