diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-04 12:32:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-04 12:32:05 +0000 |
commit | 05f4453f41ad7444f62b3c64d1951ca61b7bb627 (patch) | |
tree | da5861c518a2734c492486255e403bfb13922676 | |
parent | ad4c13fd08dfd2f6cc731873c9b357cda59c8de1 (diff) | |
download | ports-05f4453f41ad7444f62b3c64d1951ca61b7bb627.tar.gz ports-05f4453f41ad7444f62b3c64d1951ca61b7bb627.zip |
Notes
-rw-r--r-- | chinese/cnprint/Makefile | 2 |
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} |