Fix shebangs

Reported by:	miwi
Approved by:	rakuco (mentor)
This commit is contained in:
Tobias C. Berner 2017-04-27 05:12:55 +00:00
parent efd701d838
commit 4b45f1453b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439502

View file

@ -2,13 +2,13 @@
PORTNAME= kde-dev-scripts
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel kde kde-kde4
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE development scripts
USES= cmake:outsource kde:4 shebangfix tar:xz
USES= cmake:outsource kde:4 python:run shebangfix tar:xz
USE_KDE= kdelibs automoc4
USE_QT4= moc_build qmake_build rcc_build uic_build
@ -16,8 +16,13 @@ SHEBANG_FILES= cxxmetric \
draw_lib_dependencies \
fixkdeincludes \
fixuifiles \
kde-systemsettings-tree.py \
kde_generate_export_header \
kdelnk2desktop.py \
krazy-licensecheck \
png2mng.pl \
svnintegrate
reviewboard-am \
svnintegrate \
zonetab2pot.py
.include <bsd.port.mk>