blob: b1345a9489c39831b83d4438116d2d1e79d4070e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
$NetBSD: patch-aa,v 1.2 1999/09/23 01:33:30 fredb Exp $
--- CONFIG.in.orig Wed Apr 21 21:47:53 1999
+++ CONFIG.in Wed Sep 22 11:40:27 1999
@@ -23,7 +23,7 @@
#
# This specifies the root of the directory tree to be used by ht://Dig
#
-DEST= $(prefix)
+DEST= $(prefix)/share/htdig
#
# BIN_DIR
@@ -35,7 +35,7 @@
# CONFIG_DIR
# This is the directory that contains ht://Dig configuration files
#
-CONFIG_DIR= $(DEST)/conf
+CONFIG_DIR= $(prefix)/etc/htdig
#
# COMMON_DIR
@@ -48,7 +48,7 @@
# DATABASE_DIR
# The default directory where the search databases will reside.
#
-DATABASE_DIR= $(DEST)/db
+DATABASE_DIR= /var/db/htdig
#
# DEFAULT_CONFIG_FILE
|