summaryrefslogtreecommitdiff
path: root/mail/mutt/patches/patch-ab
blob: b62c781e54892b7cc4f5d5a8bf17e40a927a52ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: patch-ab,v 1.10 2002/12/01 15:38:00 salo Exp $

--- Makefile.in.orig	Wed May 29 11:31:04 2002
+++ Makefile.in	Sun Dec  1 16:25:32 2002
@@ -23,9 +23,11 @@
 sbindir = @sbindir@
 libexecdir = @libexecdir@
 datadir = @datadir@
-sysconfdir = @sysconfdir@
+sysconfdir = @datadir@/examples/@PACKAGE@
+realsysconfdir = @sysconfdir@
 sharedstatedir = @sharedstatedir@
 localstatedir = @localstatedir@
+localedir = $(prefix)/share/locale
 libdir = @libdir@
 infodir = @infodir@
 mandir = @mandir@
@@ -139,7 +141,7 @@
 
 CPP = @CPP@
 
-DEFS = -DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" 	-DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(datadir)/locale\" 	-DHAVE_CONFIG_H=1
+DEFS = -DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(realsysconfdir)\" -DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(localedir)\" -DHAVE_CONFIG_H=1
 
 
 INCLUDES = -I. -I$(top_srcdir) $(IMAP_INCLUDES) -Iintl