From cf76706dc5a696f4d79bc001690421ca39f8b8e1 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Tue, 21 Mar 2006 22:24:07 +0000 Subject: Provide better coverage for the maildir patch by adding both my own site as a mirror, and MASTER_SITE_LOCAL. --- mail/pine4/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'mail/pine4') diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index eed656c38f5f..bb3702b62e60 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -62,8 +62,11 @@ pre-fetch: ${SH} pkg-install .endif .if defined(WITH_MAILDIR) -PATCH_SITES= http://www.math.washington.edu/~chappa/pine/patches/pine${PORTVERSION}/ -PATCHFILES= maildir.patch.gz +PATCH_SITES= http://www.math.washington.edu/~chappa/pine/patches/pine${PORTVERSION}/ \ + http://dougbarton.us/Downloads/ \ + ${MASTER_SITE_LOCAL} +PATCH_SITE_SUBDIR= dougb +PATCHFILES= maildir.patch.gz PATCH_DIST_ARGS+= -E --quiet -d ${PATCH_WRKSRC} -p1 .endif -- cgit v1.2.3