mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 14:00:45 -04:00
16 lines
595 B
Plaintext
16 lines
595 B
Plaintext
$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
|