diff options
author | Doug Barton <dougb@FreeBSD.org> | 2005-11-01 21:19:32 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2005-11-01 21:19:32 +0000 |
commit | 54354510a87378c703da3b8f7b5d8aad2bc520fa (patch) | |
tree | 30f7f4055118202cc3c4b383cf6d17dca40efe75 /mail | |
parent | 3ad58bf8139db2d7680875325f94401c1db7c2ea (diff) | |
download | ports-54354510a87378c703da3b8f7b5d8aad2bc520fa.tar.gz ports-54354510a87378c703da3b8f7b5d8aad2bc520fa.zip |
Notes
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 \ |