From ef6ce29dbe3a777a9cb252421df95f822d50cb75 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Thu, 27 Apr 2017 05:14:01 +0000 Subject: Fix shebangs. Reported by: Jochen Neumeister Approved by: rakuco (mentor) --- irc/konversation-kde4/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'irc/konversation-kde4') diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile index eb81067463f2..5c793b769b94 100644 --- a/irc/konversation-kde4/Makefile +++ b/irc/konversation-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= konversation PORTVERSION= 1.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src @@ -12,11 +12,16 @@ COMMENT= User friendly IRC client for KDE LIB_DEPENDS= libqca.so:devel/qca -USES= cmake:outsource gettext kde:4 shebangfix tar:xz +USES= cmake:outsource gettext kde:4 python:run shebangfix tar:xz USE_KDE= pimlibs automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build -SHEBANG_FILES= data/scripts/mail \ +SHEBANG_FILES= data/scripts/bug \ + data/scripts/cmd \ + data/scripts/mail \ + data/scripts/media \ + data/scripts/sayclip \ + data/scripts/sysinfo \ data/updaters/*.pl .include -- cgit v1.2.3