Fix a problem with read-only files in the build directory.
PR: ports/88321 Submitted by: marck
This commit is contained in:
parent
3ad58bf813
commit
54354510a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146947
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user