diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-05 22:04:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-05 22:04:24 +0000 |
commit | 10778d4bf611bd7c1e6b3c32a45b3c6b113df0a7 (patch) | |
tree | eba1028c1f1e98e8469ff7ee0c6b2cc70949dfb0 /multimedia | |
parent | 6e95b031c2dc319d65e2c82adb770baeba5b6819 (diff) | |
download | ports-10778d4bf611bd7c1e6b3c32a45b3c6b113df0a7.tar.gz ports-10778d4bf611bd7c1e6b3c32a45b3c6b113df0a7.zip |
Notes
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 |