summaryrefslogtreecommitdiff
path: root/editors/openoffice/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-08 13:30:05 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-08 13:30:05 +0000
commita4795e1f6b305b0860ef480c47e04267ef2e5f8c (patch)
treee1cd5db544d83e6532bb00ac800261313a59621c /editors/openoffice/Makefile
parentImprovements: (diff)
Add missing $
Notes
Notes: svn path=/head/; revision=55721
Diffstat (limited to 'editors/openoffice/Makefile')
-rw-r--r--editors/openoffice/Makefile2
1 files changed, 1 insertions, 1 deletions
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|<malloc.h>|<stdlib.h>|g"
do-build: