16 lines
611 B
Plaintext
16 lines
611 B
Plaintext
$NetBSD: patch-aa,v 1.12 2013/02/08 23:51:08 pettai Exp $
|
|
|
|
Install nsd.conf.sample in examples directory
|
|
|
|
--- Makefile.in.orig 2007-08-12 00:06:16.000000000 +0200
|
|
+++ Makefile.in
|
|
@@ -328,7 +328,7 @@ install: all
|
|
$(INSTALL_DATA) $(srcdir)/nsd-patch.8 $(DESTDIR)$(mandir)/man8/nsd-patch.8
|
|
$(INSTALL_DATA) $(srcdir)/nsd-xfer.8 $(DESTDIR)$(mandir)/man8/nsd-xfer.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
|