blob: 3bcc039cb3f911a4733357412f26863ae93672ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.18 2006/10/14 11:12:19 obache Exp $
--- tools/Makefile.in.orig 2006-03-06 21:02:39.000000000 +0000
+++ tools/Makefile.in
@@ -160,7 +160,7 @@ target_alias = @target_alias@
EXTRA_DIST = ca.html ca.pl importCA.html importCA.sh script.sh \
stunnel.spec stunnel.mak stunnel.cnf stunnel.nsi stunnel.conf
-confdir = $(sysconfdir)/stunnel
+confdir = $(datadir)/examples/stunnel
conf_DATA = stunnel.conf-sample
docdir = $(datadir)/doc/stunnel
examplesdir = $(docdir)/examples
@@ -331,7 +331,7 @@ info: info-am
info-am:
-install-data-am: install-confDATA install-data-local \
+install-data-am: install-confDATA \
install-examplesDATA
install-exec-am:
|