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