1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Fix extract command (helpcontents now have some trailing

gabage)

Submitted by:	Gerrit Kuhn <gerrit@pmp.uni-hannover.de>
This commit is contained in:
Maho Nakata 2004-05-07 17:20:36 +00:00
parent 5c431784db
commit 20688a3dfe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108626
4 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: