From 1f2df029ef2d9a06d8469ce4bb84cb3f652721f4 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Fri, 8 Mar 2002 14:27:12 +0000 Subject: Substitute .cxx files too in the nas-patch. Also add a missing backslash, since we do not want to scan dirs. --- 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 e85455b51ad0..2f81232898a1 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