summaryrefslogtreecommitdiff
path: root/mail/procmail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2005-07-13 20:34:37 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2005-07-13 20:34:37 +0000
commitdcc2ccbcf2fcc559e6b975aae6e406e025a31371 (patch)
tree518a44a617b2f04ab03d805e0b0cc3aaf299c7ca /mail/procmail
parentUpdate to version 1.2, which adds support for emitting ANSI escape sequences (diff)
Add ~/Maildir kludge
Submitted by: John Allan <john@john.net.au>
Notes
Notes: svn path=/head/; revision=139130
Diffstat (limited to 'mail/procmail')
-rw-r--r--mail/procmail/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
index 8f0e10a129a5..56a89089be82 100644
--- a/mail/procmail/Makefile
+++ b/mail/procmail/Makefile
@@ -33,8 +33,11 @@ MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ \
MAINTAINER= ache@FreeBSD.org
COMMENT= A local mail delivery agent
-# Global variables
-#
+.if defined(WITH_COURIER_MAILDIR_KLUDGE)
+PATCH_SITES= http://www.john.net.au/pub/procmail-courier
+PATCHFILES= procmail-authenticate.c-userMaildir.patch
+PATCH_DIST_STRIP=-p
+.endif
USE_REINPLACE= yes