diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-08 14:27:12 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-08 14:27:12 +0000 |
commit | 1f2df029ef2d9a06d8469ce4bb84cb3f652721f4 (patch) | |
tree | d5252ab4263960491b1d1adea81fc546fc589dac /editors/openoffice.org-3-RC/Makefile | |
parent | fe99f7ef94cbe223f0be6842544d0cb58dca9c59 (diff) |
Substitute .cxx files too in the nas-patch. Also add a missing backslash,
since we do not want to scan dirs.
Notes
Notes:
svn path=/head/; revision=55724
Diffstat (limited to 'editors/openoffice.org-3-RC/Makefile')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index e85455b51ad0..2f81232898a1 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/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: |