2012-09-04 07:33:35 -04:00
|
|
|
$OpenBSD: patch-maildir_Makefile_am,v 1.3 2012/09/04 11:33:35 gonzalo Exp $
|
|
|
|
--- maildir/Makefile.am.orig Mon Apr 4 12:59:15 2011
|
|
|
|
+++ maildir/Makefile.am Mon Sep 3 14:44:36 2012
|
|
|
|
@@ -117,16 +117,16 @@ mailbot.h: config.status
|
2006-11-03 08:52:19 -05:00
|
|
|
echo '#define MAILBOT "@MAILBOT@"' >mailbot.h
|
|
|
|
|
|
|
|
maildirsharedrc.h: config.status
|
|
|
|
- echo '#define MAILDIRSHAREDRC "$(sysconfdir)/maildirshared"' >maildirsharedrc.h
|
|
|
|
+ echo '#define MAILDIRSHAREDRC "$(sysconfdir)/maildrop/maildirshared"' >maildirsharedrc.h
|
|
|
|
|
|
|
|
maildirfilterconfig.h: config.status
|
|
|
|
- echo '#define MAILDIRFILTERCONFIG "$(sysconfdir)/maildirfilterconfig"' >maildirfilterconfig.h
|
|
|
|
+ echo '#define MAILDIRFILTERCONFIG "$(sysconfdir)/maildrop/maildirfilterconfig"' >maildirfilterconfig.h
|
|
|
|
|
|
|
|
autoresponsequota.h: config.status
|
|
|
|
- echo '#define AUTORESPONSEQUOTA "$(sysconfdir)/autoresponsesquota"' >autoresponsequota.h
|
|
|
|
+ echo '#define AUTORESPONSEQUOTA "$(sysconfdir)/maildrop/autoresponsesquota"' >autoresponsequota.h
|
|
|
|
|
|
|
|
quotawarnmsg.h: config.status
|
|
|
|
- echo '#define QUOTAWARNMSG "$(sysconfdir)/quotawarnmsg"' >quotawarnmsg.h
|
|
|
|
+ echo '#define QUOTAWARNMSG "$(sysconfdir)/maildrop/quotawarnmsg"' >quotawarnmsg.h
|
|
|
|
maildir.libdeps: config.status
|
|
|
|
echo @LIBFAM@ >maildir.libdeps
|
|
|
|
|