aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-1.1-devel/Makefile
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-03-08 22:27:12 +0800
committermbr <mbr@FreeBSD.org>2002-03-08 22:27:12 +0800
commit709d9c18bf27a99a5bc85ddd4b49c012f8c46c8c (patch)
tree1bf2027918cdee87a523f3fcd79d14e106f495c1 /editors/openoffice-1.1-devel/Makefile
parent7003f8d50b1706ff6b18aa5e50053161b6f0032c (diff)
downloadfreebsd-ports-gnome-709d9c18bf27a99a5bc85ddd4b49c012f8c46c8c.tar.gz
freebsd-ports-gnome-709d9c18bf27a99a5bc85ddd4b49c012f8c46c8c.tar.zst
freebsd-ports-gnome-709d9c18bf27a99a5bc85ddd4b49c012f8c46c8c.zip
Substitute .cxx files too in the nas-patch. Also add a missing backslash,
since we do not want to scan dirs.
Diffstat (limited to 'editors/openoffice-1.1-devel/Makefile')
-rw-r--r--editors/openoffice-1.1-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile
index e85455b51ad0..2f81232898a1 100644
--- a/editors/openoffice-1.1-devel/Makefile
+++ b/editors/openoffice-1.1-devel/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: