aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-05-07 17:20:36 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-05-07 17:20:36 +0000
commit20688a3dfec8508b62b212fc428fbd2d79e343f5 (patch)
tree211981a30aeb4077cf00c4184d8e6e0b545f58b9 /editors/openoffice.org-1.1-devel
parent5c431784db257e08a7d6d682521e80b3ae90d755 (diff)
downloadports-20688a3dfec8508b62b212fc428fbd2d79e343f5.tar.gz
ports-20688a3dfec8508b62b212fc428fbd2d79e343f5.zip
Fix extract command (helpcontents now have some trailing
gabage) Submitted by: Gerrit Kuhn <gerrit@pmp.uni-hannover.de>
Notes
Notes: svn path=/head/; revision=108626
Diffstat (limited to 'editors/openoffice.org-1.1-devel')
-rw-r--r--editors/openoffice.org-1.1-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile
index cdd8e2897114..19f190db6841 100644
--- a/editors/openoffice.org-1.1-devel/Makefile
+++ b/editors/openoffice.org-1.1-devel/Makefile
@@ -321,7 +321,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: