diff options
-rw-r--r-- | mail/pine4/Makefile | 7 |
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 |