From a4795e1f6b305b0860ef480c47e04267ef2e5f8c Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Fri, 8 Mar 2002 13:30:05 +0000 Subject: Add missing $ --- editors/openoffice/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/openoffice/Makefile') diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 5b17f828f152..e85455b51ad0 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -81,7 +81,7 @@ post-extract: ${CP} ${WRKDIR}/NETBSDGCCIinc.zip ${WRKSRC}/../moz/zipped/FREEBSDGCCIinc.zip ${CP} ${WRKDIR}/NETBSDGCCIlib.zip ${WRKSRC}/../moz/zipped/FREEBSDGCCIlib.zip ${CP} ${WRKDIR}/NETBSDGCCIruntime.zip ${WRKSRC}/../moz/zipped/FREEBSDGCCIruntime.zip - @${FIND} ${WRKSRC}/.. | ${EGREP} ".(cxx|h|c)$" | ${XARGS} \ + @${FIND} ${WRKSRC}/.. | ${EGREP} ".(cxx|h|c)$$" | ${XARGS} \ ${PERL} -pi -e "s|||g" do-build: -- cgit v1.2.3