Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2013 22:02:37 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317445 - head/multimedia/vdr-plugin-iptv
Message-ID:  <201305052202.r45M2b7C072174@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@freebsd.org>
-#
+# Created by: Juergen Lock <nox@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



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