diff options
author | maho <maho@FreeBSD.org> | 2004-05-08 01:20:36 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-05-08 01:20:36 +0800 |
commit | cc1dc84ef205288ae879d0b4088ab8a47a8a5875 (patch) | |
tree | a8b7316bfb88258812767ae6939155748c84c296 /editors | |
parent | 63cf0b1d863ac745540dd019c5d21db95feabf58 (diff) | |
download | freebsd-ports-gnome-cc1dc84ef205288ae879d0b4088ab8a47a8a5875.tar.gz freebsd-ports-gnome-cc1dc84ef205288ae879d0b4088ab8a47a8a5875.tar.zst freebsd-ports-gnome-cc1dc84ef205288ae879d0b4088ab8a47a8a5875.zip |
Fix extract command (helpcontents now have some trailing
gabage)
Submitted by: Gerrit Kuhn <gerrit@pmp.uni-hannover.de>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-1.1/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index cdd8e2897114..19f190db6841 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: 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: 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: diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index 4fc892370f0f..d83f5fe69b69 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-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: |