diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-06 06:04:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-06 06:04:24 +0800 |
commit | 751d61d2476797493cb4c12965f9294223028ddd (patch) | |
tree | eba1028c1f1e98e8469ff7ee0c6b2cc70949dfb0 /multimedia | |
parent | 8081c3a1680dfa76dabc79dd46cab628497cd3cb (diff) | |
download | freebsd-ports-gnome-751d61d2476797493cb4c12965f9294223028ddd.tar.gz freebsd-ports-gnome-751d61d2476797493cb4c12965f9294223028ddd.tar.zst freebsd-ports-gnome-751d61d2476797493cb4c12965f9294223028ddd.zip |
Fix build with bmake
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vdr-plugin-epgsearch/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/multimedia/vdr-plugin-epgsearch/Makefile b/multimedia/vdr-plugin-epgsearch/Makefile index 497178ec1584..3874943aec8f 100644 --- a/multimedia/vdr-plugin-epgsearch/Makefile +++ b/multimedia/vdr-plugin-epgsearch/Makefile @@ -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@freebsd.org> -# +# Created by: Juergen Lock <nox@freebsd.org> # $FreeBSD$ -# PORTNAME= vdr-plugin-epgsearch PORTVERSION= 1.0.1s20120322 @@ -29,8 +25,8 @@ MAKE_ARGS+= INCLUDES="-I$(LOCALBASE)/include -I$(LOCALBASE)/include/vdr -I${WRKS .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 |