aboutsummaryrefslogtreecommitdiff
path: root/mail/pine4
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2006-03-21 22:24:07 +0000
committerDoug Barton <dougb@FreeBSD.org>2006-03-21 22:24:07 +0000
commitcf76706dc5a696f4d79bc001690421ca39f8b8e1 (patch)
treee4d77d8e0b151e5fb69e2e3a78fdffff01742faa /mail/pine4
parenta5fea1451d73e1aebed57235658c27fcd476e9e4 (diff)
downloadports-cf76706dc5a696f4d79bc001690421ca39f8b8e1.tar.gz
ports-cf76706dc5a696f4d79bc001690421ca39f8b8e1.zip
Notes
Diffstat (limited to 'mail/pine4')
-rw-r--r--mail/pine4/Makefile7
1 files changed, 5 insertions, 2 deletions
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