diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2020-09-28 08:52:38 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2020-09-28 08:52:38 +0000 |
commit | cacd69fcb949982c572d4dff74c463da1bd564cc (patch) | |
tree | c7ccd6118a4f00ddc19e2d84acec63be3e118216 /mail | |
parent | 4a895436be762aa6ac4aaca671b22df122116224 (diff) | |
download | ports-cacd69fcb949982c572d4dff74c463da1bd564cc.tar.gz ports-cacd69fcb949982c572d4dff74c463da1bd564cc.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/getmail6/Makefile | 3 |
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} |