blob: cf68daeab01b50091b01211a2b0d798d30d108c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.14 2014/09/27 20:11:38 pettai Exp $
Install nsd.conf.sample in examples directory
--- Makefile.in.orig 2014-08-29 06:24:27.000000000 +0000
+++ Makefile.in
@@ -132,7 +132,7 @@ install: all
$(INSTALL_DATA) nsd-checkzone.8 $(DESTDIR)$(mandir)/man8/nsd-checkzone.8
$(INSTALL_DATA) nsd-control.8 $(DESTDIR)$(mandir)/man8/nsd-control.8
$(INSTALL_DATA) nsd.conf.5 $(DESTDIR)$(mandir)/man5/nsd.conf.5
- $(INSTALL_DATA) nsd.conf.sample $(DESTDIR)$(nsdconfigfile).sample
+ $(INSTALL_DATA) nsd.conf.sample $(DESTDIR)${PREFIX}/share/examples/nsd/nsd.conf
uninstall:
@echo
|