diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-08 21:30:05 +0800 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-08 21:30:05 +0800 |
commit | a4795e1f6b305b0860ef480c47e04267ef2e5f8c (patch) | |
tree | e1cd5db544d83e6532bb00ac800261313a59621c /editors/openoffice.org-3 | |
parent | cc74ef5bee958c65ba679fbcae8c525aac77b1e7 (diff) | |
download | freebsd-ports-gnome-a4795e1f6b305b0860ef480c47e04267ef2e5f8c.tar.gz freebsd-ports-gnome-a4795e1f6b305b0860ef480c47e04267ef2e5f8c.tar.zst freebsd-ports-gnome-a4795e1f6b305b0860ef480c47e04267ef2e5f8c.zip |
Add missing $
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r-- | editors/openoffice.org-3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index 5b17f828f152..e85455b51ad0 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/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: |