16 lines
496 B
Plaintext
16 lines
496 B
Plaintext
$NetBSD: patch-Makefile,v 1.2 2016/03/15 11:29:35 fhajny Exp $
|
|
|
|
Install sample config files as... config files.
|
|
|
|
--- Makefile.orig 2016-02-26 08:56:32.000000000 +0000
|
|
+++ Makefile
|
|
@@ -50,6 +50,8 @@ pgbouncer_EMBED_LIBUSUAL = 1
|
|
|
|
# docs to install as-is
|
|
dist_doc_DATA = README.rst NEWS.rst etc/pgbouncer.ini etc/userlist.txt
|
|
+dist_doc_DATA = README.rst NEWS.rst
|
|
+dist_sysconf_DATA = etc/pgbouncer.ini etc/userlist.txt
|
|
|
|
DISTCLEANFILES = config.mak config.status lib/usual/config.h config.log
|
|
|