openbsd-ports/mail/maildrop/patches/patch-maildir_Makefile_am
giovanni 6866e2676d Update to 2.2.0
ok landry@
2009-10-28 14:21:38 +00:00

25 lines
1.2 KiB
Plaintext

$OpenBSD: patch-maildir_Makefile_am,v 1.2 2009/10/28 14:21:38 giovanni Exp $
--- maildir/Makefile.am.orig Sun Aug 24 23:33:59 2008
+++ maildir/Makefile.am Wed Jun 24 18:04:41 2009
@@ -114,16 +114,16 @@ mailbot.h: config.status
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