diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2005-07-13 20:34:37 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2005-07-13 20:34:37 +0000 |
commit | dcc2ccbcf2fcc559e6b975aae6e406e025a31371 (patch) | |
tree | 518a44a617b2f04ab03d805e0b0cc3aaf299c7ca /mail/procmail | |
parent | 34efe7cade4eeeb80273ebdd0675fc7dcdd706d7 (diff) | |
download | ports-dcc2ccbcf2fcc559e6b975aae6e406e025a31371.tar.gz ports-dcc2ccbcf2fcc559e6b975aae6e406e025a31371.zip |
Notes
Diffstat (limited to 'mail/procmail')
-rw-r--r-- | mail/procmail/Makefile | 7 |
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 |