svn commit: r317445 - head/multimedia/vdr-plugin-iptv

Baptiste Daroussin bapt at FreeBSD.org
Sun May 5 22:02:37 UTC 2013


Author: bapt
Date: Sun May  5 22:02:37 2013
New Revision: 317445
URL: http://svnweb.freebsd.org/changeset/ports/317445

Log:
  Fix build with bmake

Modified:
  head/multimedia/vdr-plugin-iptv/Makefile

Modified: head/multimedia/vdr-plugin-iptv/Makefile
==============================================================================
--- head/multimedia/vdr-plugin-iptv/Makefile	Sun May  5 22:01:12 2013	(r317444)
+++ head/multimedia/vdr-plugin-iptv/Makefile	Sun May  5 22:02:37 2013	(r317445)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	vdr-plugin-remote
-# Date created:		Sun Aug 29 18:11:42 CEST 2010
-# Whom:			Juergen Lock <nox at freebsd.org>
-#
+# Created by: Juergen Lock <nox at freebsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	vdr-plugin-iptv
 PORTVERSION=	1.0.1
@@ -27,8 +23,8 @@ WRKSRC=		${WRKDIR}/${PLUGIN}-${DISTVERSI
 .include	"${.CURDIR}/../vdr/Makefile.plugins"
 
 post-patch: post-patch-plugin
-	@${REINPLACE_CMD} 's|^\(CHANNELS_CONF[[:space:]]*\)[?]*\(=[[:space:]]*\).*|\1\2${PREFIX}/etc/vdr/channels.conf|;'\\
-		's|^\(CHANNEL_SETTINGS_DIR[[:space:]]*\)[?]*\(=[[:space:]]*\)/etc|\1\2${PREFIX}/etc|;'\
+	@${REINPLACE_CMD}  -e 's|^\(CHANNELS_CONF[[:space:]]*\)[?]*\(=[[:space:]]*\).*|\1\2${PREFIX}/etc/vdr/channels.conf|;' \
+		-e 's|^\(CHANNEL_SETTINGS_DIR[[:space:]]*\)[?]*\(=[[:space:]]*\)/etc|\1\2${PREFIX}/etc|;' \
 		${WRKSRC}/iptv/vlc2iptv
 
 post-install: post-install-pluginlocales


More information about the svn-ports-all mailing list