aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2020-09-28 08:52:38 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2020-09-28 08:52:38 +0000
commitcacd69fcb949982c572d4dff74c463da1bd564cc (patch)
treec7ccd6118a4f00ddc19e2d84acec63be3e118216 /mail
parent4a895436be762aa6ac4aaca671b22df122116224 (diff)
downloadports-cacd69fcb949982c572d4dff74c463da1bd564cc.tar.gz
ports-cacd69fcb949982c572d4dff74c463da1bd564cc.zip
mail/getmail6: fix build errors on package-as-user
This build fails as user, because in python3 __pycache__ files are always created with root as owner. Therefore, the @${CHMOD} command in post-install: fails when run as user. Upon closer inspection, the @${CHMOD} operation is superfluous. File permissions in the final package are fine without it. PR: 249175 Submitted by: m.bueker@berlin.de (maintainer)
Notes
Notes: svn path=/head/; revision=550410
Diffstat (limited to 'mail')
-rw-r--r--mail/getmail6/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/getmail6/Makefile b/mail/getmail6/Makefile
index 29966e53654b..655941afde6f 100644
--- a/mail/getmail6/Makefile
+++ b/mail/getmail6/Makefile
@@ -26,9 +26,6 @@ PORTEXAMPLES= getmailrc-examples
OPTIONS_DEFINE= DOCS EXAMPLES
-post-install:
- @${CHMOD} -R 644 ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/getmailcore/*
-
post-install-DOCS-on:
@${CP} ${WRKSRC}/README ${WRKSRC}/docs/
@${MKDIR} ${STAGEDIR}${DOCSDIR}