svn commit: r317446 - head/multimedia/vdr-plugin-epgsearch
Baptiste Daroussin
bapt at FreeBSD.org
Sun May 5 22:04:25 UTC 2013
Author: bapt
Date: Sun May 5 22:04:24 2013
New Revision: 317446
URL: http://svnweb.freebsd.org/changeset/ports/317446
Log:
Fix build with bmake
Modified:
head/multimedia/vdr-plugin-epgsearch/Makefile
Modified: head/multimedia/vdr-plugin-epgsearch/Makefile
==============================================================================
--- head/multimedia/vdr-plugin-epgsearch/Makefile Sun May 5 22:02:37 2013 (r317445)
+++ head/multimedia/vdr-plugin-epgsearch/Makefile Sun May 5 22:04:24 2013 (r317446)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: vdr-plugin-epgsearch
-# Date created: Wed Apr 14 18:11:42 CEST 2010
-# Whom: Juergen Lock <nox at freebsd.org>
-#
+# Created by: Juergen Lock <nox at freebsd.org>
# $FreeBSD$
-#
PORTNAME= vdr-plugin-epgsearch
PORTVERSION= 1.0.1s20120322
@@ -29,8 +25,8 @@ MAKE_ARGS+= INCLUDES="-I$(LOCALBASE)/inc
.include "${.CURDIR}/../vdr/Makefile.plugins"
post-patch: post-patch-plugin
- @${REINPLACE_CMD} 's/^#\(HAVE_PCREPOSIX=\)/\1/;'\\
- 's/^#\(HAVE_LIBTRE=\)/\1/;' \
+ @${REINPLACE_CMD} -e 's/^#\(HAVE_PCREPOSIX=\)/\1/;' \
+ -e 's/^#\(HAVE_LIBTRE=\)/\1/;' \
${WRKSRC}/Makefile
post-install: post-install-pluginlocales
More information about the svn-ports-head
mailing list