aboutsummaryrefslogtreecommitdiff
path: root/misc/qt5-doc
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-03-29 19:03:17 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-03-29 19:03:17 +0000
commitdc579c4cc2a9e147b0fd18750e1b1cf7548648d2 (patch)
tree5830350c230c42b929c6bc665e376f2852edce93 /misc/qt5-doc
parentb1102a5cb5c6a312bf386600741b2a9f1807a76b (diff)
downloadports-dc579c4cc2a9e147b0fd18750e1b1cf7548648d2.tar.gz
ports-dc579c4cc2a9e147b0fd18750e1b1cf7548648d2.zip
Fix permissions in installed Qt5 header files
For the qt5-* ports bsd.qt.mk sets EXTRACT_AFTER_ARGS, and thereby does not get the normal default value of --no-same-owner --no-same-permissions passed when extracting. This lead to for example header files being installed (i.e. copied), with permissions group write permissions. Manually append that to the bsd.qt.mk shenanigans (also do the same in www/qt5-webchannel, which opts out of the bsd.qt.mk value) PR: 227027 Reported by: grarpamp@gmail.com
Notes
Notes: svn path=/head/; revision=465911
Diffstat (limited to 'misc/qt5-doc')
-rw-r--r--misc/qt5-doc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/qt5-doc/Makefile b/misc/qt5-doc/Makefile
index 54d2d0b88449..d7bf03d9797f 100644
--- a/misc/qt5-doc/Makefile
+++ b/misc/qt5-doc/Makefile
@@ -3,6 +3,7 @@
PORTNAME= doc
DISTVERSION= ${QT5_VERSION}
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= QT/online/qtsdkrepository/linux_x64/desktop/qt5_${QT5_VERSION:S/.//g}_src_doc_examples/qt.${QT5_VERSION:S/.//g}.doc/
PKGNAMEPREFIX= qt5-