blob: 8d3ffb91515adaee64207f45e28cbee30bd56044 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-ab,v 1.3 2004/07/10 22:35:32 salo Exp $
--- conserver.cf/Makefile.in.orig Thu Jul 26 15:05:03 2001
+++ conserver.cf/Makefile.in
@@ -3,6 +3,7 @@
prefix = @prefix@
mandir = @mandir@
sysconfdir = @sysconfdir@
+exampledir = $(prefix)/share/examples/conserver
### Installation programs and flags
INSTALL = @INSTALL@
@@ -24,5 +25,7 @@
$(MKDIR) $(DESTDIR)$(mandir)/man5
$(INSTALL) conserver.cf.man $(DESTDIR)$(mandir)/man5/conserver.cf.5
$(INSTALL) conserver.passwd.man $(DESTDIR)$(mandir)/man5/conserver.passwd.5
+ $(BSD_INSTALL_DATA) conserver.cf $(DESTDIR)$(exampledir)/conserver.cf.example
+ $(BSD_INSTALL_DATA) conserver.passwd $(DESTDIR)$(exampledir)/conserver.passwd.example
.PHONY: clean distclean install
|