summaryrefslogtreecommitdiffstats
path: root/editors/openoffice-1.1-devel
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-05-07 17:20:36 +0000
committermaho <maho@FreeBSD.org>2004-05-07 17:20:36 +0000
commitcc1dc84ef205288ae879d0b4088ab8a47a8a5875 (patch)
treea8b7316bfb88258812767ae6939155748c84c296 /editors/openoffice-1.1-devel
parent63cf0b1d863ac745540dd019c5d21db95feabf58 (diff)
downloadFreeBSD-ports-cc1dc84ef205288ae879d0b4088ab8a47a8a5875.zip
FreeBSD-ports-cc1dc84ef205288ae879d0b4088ab8a47a8a5875.tar.gz
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-devel')
-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 cdd8e28..19f190d 100644
--- a/editors/openoffice-1.1-devel/Makefile
+++ b/editors/openoffice-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:
OpenPOWER on IntegriCloud