diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-04-27 13:14:01 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-04-27 13:14:01 +0800 |
commit | ef6ce29dbe3a777a9cb252421df95f822d50cb75 (patch) | |
tree | d45540e0e70035b9ceacee9699aab414473b5d5b /irc | |
parent | 4b45f1453bd1e479238f2cce915f79c425a49e30 (diff) | |
download | freebsd-ports-gnome-ef6ce29dbe3a777a9cb252421df95f822d50cb75.tar.gz freebsd-ports-gnome-ef6ce29dbe3a777a9cb252421df95f822d50cb75.tar.zst freebsd-ports-gnome-ef6ce29dbe3a777a9cb252421df95f822d50cb75.zip |
Fix shebangs.
Reported by: Jochen Neumeister
Approved by: rakuco (mentor)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/konversation-kde4/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
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 <bsd.port.mk> |