diff options
Diffstat (limited to 'chinese/chm2html/Makefile')
-rw-r--r-- | chinese/chm2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/chm2html/Makefile b/chinese/chm2html/Makefile index 99c471da0a07..c858073e6991 100644 --- a/chinese/chm2html/Makefile +++ b/chinese/chm2html/Makefile @@ -18,8 +18,8 @@ COMMENT= CHM Tools package WRKSRC= ${WRKDIR}/${PORTNAME} post-extract: - @cd ${WRKSRC} && tar zxvf chmtools.tar.gz - @cd ${WRKSRC} && tar zxvf utf-converter-1.0.tar.gz + @cd ${WRKSRC} && ${TAR} zxvf chmtools.tar.gz + @cd ${WRKSRC} && ${TAR} zxvf utf-converter-1.0.tar.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/chm2html ${PREFIX}/bin |