svn commit: r388951 - head/net-p2p/eiskaltdcpp-data

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 9 16:37:41 UTC 2015


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


More information about the svn-ports-head mailing list