1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix shebangs

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-09-18 17:30:19 +00:00
parent d8ecc376e6
commit fef3c6f39a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397263

View File

@ -2,7 +2,7 @@
PORTNAME= qmake
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
@ -10,7 +10,8 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Qt Makefile generator
USE_QT5= # empty
USES= pkgconfig
USES= pkgconfig shebangfix
SHEBANG_FILES= mkspecs/macx-ios-clang/rename_main.sh
QT_DIST= base
REINPLACE_ARGS= -i ""
HAS_CONFIGURE= yes