Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2015 16:37:40 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388951 - head/net-p2p/eiskaltdcpp-data
Message-ID:  <201506091637.t59GbePf081839@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun  9 16:37:40 2015
New Revision: 388951
URL: https://svnweb.freebsd.org/changeset/ports/388951

Log:
  - Fix shebangs
  
  MFH:		2015Q2

Modified:
  head/net-p2p/eiskaltdcpp-data/Makefile

Modified: head/net-p2p/eiskaltdcpp-data/Makefile
==============================================================================
--- head/net-p2p/eiskaltdcpp-data/Makefile	Tue Jun  9 16:37:39 2015	(r388950)
+++ head/net-p2p/eiskaltdcpp-data/Makefile	Tue Jun  9 16:37:40 2015	(r388951)
@@ -12,7 +12,13 @@ LICENSE=	GPLv3
 
 MASTERDIR=	${.CURDIR}/../eiskaltdcpp-lib
 
-USES=		cmake
+USES=		cmake shebangfix
+SHEBANG_FILES=	data/examples/commands.ru_RU.UTF-8.php \
+		data/examples/deadbeef.ru_RU.UTF-8.sh \
+		data/examples/mod.amarok.sh \
+		data/examples/mpris_now_playing.en_US.sh \
+		data/examples/xmms2_audacious2.ru_RU.UTF-8.php \
+		data/update_geoip
 NO_ARCH=	yes
 NO_BUILD=	yes
 INSTALLS_ICONS=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506091637.t59GbePf081839>