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:
parent
d8ecc376e6
commit
fef3c6f39a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397263
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user