aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-06-04 12:32:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-06-04 12:32:05 +0000
commit05f4453f41ad7444f62b3c64d1951ca61b7bb627 (patch)
treeda5861c518a2734c492486255e403bfb13922676 /chinese
parentad4c13fd08dfd2f6cc731873c9b357cda59c8de1 (diff)
downloadports-05f4453f41ad7444f62b3c64d1951ca61b7bb627.tar.gz
ports-05f4453f41ad7444f62b3c64d1951ca61b7bb627.zip
Remove gtar-specific NOP from tar command invocation.
Submitted by: kientzle
Notes
Notes: svn path=/head/; revision=110818
Diffstat (limited to 'chinese')
-rw-r--r--chinese/cnprint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/cnprint/Makefile b/chinese/cnprint/Makefile
index 1380b65fa6be..b3188a2074a2 100644
--- a/chinese/cnprint/Makefile
+++ b/chinese/cnprint/Makefile
@@ -39,7 +39,7 @@ do-extract:
${CP} ${DISTDIR}/${DIST_SUBDIR}/${i} ${WRKSRC}
.endfor
cd ${WRKSRC} ; \
- ${TAR} plzvxf hbf.tar.gz ; ${MV} hbf/* . ; \
+ ${TAR} pzvxf hbf.tar.gz ; ${MV} hbf/* . ; \
${RM} -fr hbf ; \
${GUNZIP_CMD} *.gz || ${TRUE}