aboutsummaryrefslogtreecommitdiff
path: root/mail/procmail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2006-08-12 13:02:31 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2006-08-12 13:02:31 +0000
commit3bcd0f2ec1a8ae0d3ae8e29f17ad1f94086b1957 (patch)
tree210fa3298359fe6961b163e8802b2214d7cdb057 /mail/procmail
parente0263e215c96247fda97039f99188d16b84a2218 (diff)
downloadports-3bcd0f2ec1a8ae0d3ae8e29f17ad1f94086b1957.tar.gz
ports-3bcd0f2ec1a8ae0d3ae8e29f17ad1f94086b1957.zip
Comment out COURIER_MAILDIR_KLUDGE support waiting new patch location
appearse (perhaps) PR: 101829
Notes
Notes: svn path=/head/; revision=170403
Diffstat (limited to 'mail/procmail')
-rw-r--r--mail/procmail/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
index 785cfc3d1f5a..a177d0b4c584 100644
--- a/mail/procmail/Makefile
+++ b/mail/procmail/Makefile
@@ -25,11 +25,11 @@ MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ \
MAINTAINER= ache@FreeBSD.org
COMMENT= A local mail delivery agent
-.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
+#.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
# It asks for list of directories to do test for file locking
# (defaults to /tmp and ".", so return should suffice in most cases).