dc579c4cc2
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
16 lines
270 B
Makefile
16 lines
270 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= l10n
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt localized messages
|
|
|
|
USES= qmake
|
|
USE_QT5= qmake_build linguisttools_build
|
|
QT_DIST= translations
|
|
|
|
.include <bsd.port.mk>
|