blob: 066d7934582f5ba7162ab3fc0fa7667eb87c205a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-aa,v 1.4 2002/08/28 16:05:52 itojun Exp $
--- Makefile.orig Thu Aug 22 20:40:52 2002
+++ Makefile Thu Aug 29 01:02:59 2002
@@ -67,12 +67,11 @@
#
# The directory where the nsd nsdc and zonec binaries will be installed
-PREFIX = /usr/local
NSDBINDIR = ${PREFIX}/sbin
NSDMANDIR = ${PREFIX}/man/man8
# The directory where the master zone files are located
-NSDZONESDIR = ${PREFIX}/etc/nsd
+NSDZONESDIR = ${PKG_SYSCONFDIR}
# The file containing the list of the zones to be compiled into the NSD database
NSDZONES = ${NSDZONESDIR}/nsd.zones
|