summaryrefslogtreecommitdiffstats
path: root/multimedia/mpeg4ip/Makefile
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-05-11 04:23:16 +0000
committerlioux <lioux@FreeBSD.org>2003-05-11 04:23:16 +0000
commit51f88757e964275973323c5586207d2b46d394ed (patch)
tree68e5c801f3a15bad84d524eb58756ef49eb53206 /multimedia/mpeg4ip/Makefile
parentd2bc7e702112d3c52d28e43c891603952f584cb1 (diff)
downloadFreeBSD-ports-51f88757e964275973323c5586207d2b46d394ed.zip
FreeBSD-ports-51f88757e964275973323c5586207d2b46d394ed.tar.gz
Fix small typo: sed recipy should be 's|before|after|', not
s'|before|after|'
Diffstat (limited to 'multimedia/mpeg4ip/Makefile')
-rw-r--r--multimedia/mpeg4ip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile
index d25b78a..31af617 100644
--- a/multimedia/mpeg4ip/Makefile
+++ b/multimedia/mpeg4ip/Makefile
@@ -114,7 +114,7 @@ post-patch:
# use libgnugetopt
.if ${OSVERSION} < 500041
@${REINPLACE_CMD} -E -e \
- s'|(-lm)|\1 -lgnugetopt|' \
+ 's|(-lm)|\1 -lgnugetopt|' \
${WRKSRC}/util/iptv/Makefile.in
.endif
# do not install manm man pages
OpenPOWER on IntegriCloud