mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
21 lines
739 B
Plaintext
21 lines
739 B
Plaintext
$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
|