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

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 26 17:43:50 UTC 2015


Author: amdmi3
Date: Mon Oct 26 17:43:48 2015
New Revision: 400196
URL: https://svnweb.freebsd.org/changeset/ports/400196

Log:
  - Fix shebang properly

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

Modified: head/net-p2p/eiskaltdcpp-data/Makefile
==============================================================================
--- head/net-p2p/eiskaltdcpp-data/Makefile	Mon Oct 26 17:41:23 2015	(r400195)
+++ head/net-p2p/eiskaltdcpp-data/Makefile	Mon Oct 26 17:43:48 2015	(r400196)
@@ -4,6 +4,7 @@
 PORTNAME=	eiskaltdcpp
 CATEGORIES=	net-p2p
 PKGNAMESUFFIX=	-data
+PORTREVISION=	4
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Shared data for EiskaltDC++ GUIs
@@ -19,6 +20,7 @@ SHEBANG_FILES=	data/examples/commands.ru
 		data/examples/mpris_now_playing.en_US.sh \
 		data/examples/xmms2_audacious2.ru_RU.UTF-8.php \
 		data/update_geoip
+php_OLD_CMD=	/usr/bin/php5
 NO_ARCH=	yes
 NO_BUILD=	yes
 INSTALLS_ICONS=	yes


More information about the svn-ports-head mailing list