From f35fbb3d17b912418716250048b69626cc2d1537 Mon Sep 17 00:00:00 2001 From: schmonz Date: Mon, 15 Jan 2007 03:40:15 +0000 Subject: The badrcptto patch needs -p1 (not -p2) on Darwin, though it applied on NetBSD before (and still does). --- mail/qmail/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/qmail') 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) -- cgit v1.2.3