summaryrefslogtreecommitdiff
path: root/mail/qmail
diff options
context:
space:
mode:
authorschmonz <schmonz>2007-01-15 03:40:15 +0000
committerschmonz <schmonz>2007-01-15 03:40:15 +0000
commit1f0819cc75a9a6caf2f6f008c38c3d67033fde8d (patch)
treeafeb73e59092a2616a58db7d74d16b108b2b6a34 /mail/qmail
parenta1c0dc1c381478c1e530b11db9010d678d3efac5 (diff)
downloadpkgsrc-1f0819cc75a9a6caf2f6f008c38c3d67033fde8d.tar.gz
The badrcptto patch needs -p1 (not -p2) on Darwin, though it applied
on NetBSD before (and still does).
Diffstat (limited to 'mail/qmail')
-rw-r--r--mail/qmail/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail/options.mk b/mail/qmail/options.mk
index bc64c828027..4d8c328659e 100644
--- a/mail/qmail/options.mk
+++ b/mail/qmail/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.22 2006/12/29 10:32:05 schmonz Exp $
+# $NetBSD: options.mk,v 1.23 2007/01/15 03:40:15 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qmail
PKG_SUPPORTED_OPTIONS+= darwin sasl syncdir tls qmail-badrcptto qmail-bigdns
@@ -15,7 +15,7 @@ PKG_SUGGESTED_OPTIONS+= darwin
BADRCPTTO_PATCH= badrcptto.patch
PATCHFILES+= ${BADRCPTTO_PATCH}
SITES.${BADRCPTTO_PATCH}= http://patch.be/qmail/
-PATCH_DIST_STRIP.${BADRCPTTO_PATCH}= -p2
+PATCH_DIST_STRIP.${BADRCPTTO_PATCH}= -p1
.endif
.if !empty(PKG_OPTIONS:Mqmail-bigdns)