16 lines
625 B
Plaintext
16 lines
625 B
Plaintext
$NetBSD: patch-aa,v 1.13 2013/10/29 15:13:34 pettai Exp $
|
|
|
|
Install nsd.conf.sample in examples directory
|
|
|
|
--- Makefile.in.orig 2012-10-14 10:22:12.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -125,7 +125,7 @@ install: all
|
|
$(INSTALL_DATA) $(srcdir)/nsd-checkconf.8 $(DESTDIR)$(mandir)/man8/nsd-checkconf.8
|
|
$(INSTALL_DATA) $(srcdir)/nsd-control.8 $(DESTDIR)$(mandir)/man8/nsd-control.8
|
|
$(INSTALL_DATA) $(srcdir)/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
|