diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-05-07 17:20:36 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-05-07 17:20:36 +0000 |
commit | 20688a3dfec8508b62b212fc428fbd2d79e343f5 (patch) | |
tree | 211981a30aeb4077cf00c4184d8e6e0b545f58b9 /editors/openoffice-1.1 | |
parent | a little cleanup (diff) |
Fix extract command (helpcontents now have some trailing
gabage)
Submitted by: Gerrit Kuhn <gerrit@pmp.uni-hannover.de>
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 4fc892370f0f..d83f5fe69b69 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -324,7 +324,7 @@ post-extract: @${ECHO_MSG} "===> Extracting L10NHELP sub project" @${MKDIR} ${WRKDIR}/L10NHELP @cd ${WRKDIR}/L10NHELP && \ - ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${L10NHELP} + ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${L10NHELP} | ${GZIP_CMD} -d | ${TAR} xf - .endif post-patch: |