diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index 837355f11201..eed656c38f5f 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -67,6 +67,9 @@ PATCHFILES= maildir.patch.gz PATCH_DIST_ARGS+= -E --quiet -d ${PATCH_WRKSRC} -p1 .endif +pre-patch: + @${CHMOD} -R u+w ${WRKSRC} + post-patch: # Do this here because the maildir patch also modifies this file @${CP} ${WRKSRC}/imap/src/osdep/unix/Makefile \ |