1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Silence the more restrictive stage-qa script, by shebangfixing.

(The affected files are not really relevant for FreeBSD).

Reported by:	miwi
Approved by:	rakuco (mentor)
This commit is contained in:
Tobias C. Berner 2017-04-11 17:51:02 +00:00
parent 71965906c8
commit 8e10778a50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438298

View File

@ -2,7 +2,7 @@
PORTNAME= qmake
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
@ -13,7 +13,10 @@ USE_QT5= # empty
USES= compiler:c++11-lib pkgconfig shebangfix
SHEBANG_FILES= util/harfbuzz/update-harfbuzz \
util/unicode/x11/makeencodings \
src/3rdparty/freetype/src/tools/afblue.pl
src/3rdparty/freetype/src/tools/afblue.pl \
mkspecs/features/data/mac/objc_namespace.sh \
mkspecs/macx-ios-clang/ios_destinations.sh \
mkspecs/macx-ios-clang/ios_devices.pl
QT_DIST= base
REINPLACE_ARGS= -i ""
HAS_CONFIGURE= yes