From 51f88757e964275973323c5586207d2b46d394ed Mon Sep 17 00:00:00 2001 From: lioux Date: Sun, 11 May 2003 04:23:16 +0000 Subject: Fix small typo: sed recipy should be 's|before|after|', not s'|before|after|' --- multimedia/mpeg4ip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'multimedia/mpeg4ip/Makefile') 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 -- cgit v1.1