blob: 0eddb5318fa87b8d5bc0d44e38aff5f3e2cd5fde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.8 2007/03/10 09:14:09 wiz Exp $
--- makefile.in.orig 2006-09-03 23:25:39.000000000 +0000
+++ makefile.in
@@ -56,7 +56,7 @@ mandir= @mandir@/man1
MANDIR= $(DESTDIR)$(mandir)
## Where you want the lynx.cfg file installed
-sysconfdir= @sysconfdir@
+sysconfdir= @prefix@/share/examples/lynx
SYSCONFDIR= $(DESTDIR)$(sysconfdir)
## Where you want the doc-files installed
|