diff options
author | clement <clement@FreeBSD.org> | 2004-04-07 21:26:20 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-04-07 21:26:20 +0800 |
commit | 0307fa21a54024c9a2f89c8797ee78710d49ae2a (patch) | |
tree | 5f362b972f009374c09deb556210d6ede3a22fb9 /chinese/chm2html | |
parent | 1534f9259cd4783d2cab21a6b45e79e57a128042 (diff) | |
download | freebsd-ports-gnome-0307fa21a54024c9a2f89c8797ee78710d49ae2a.tar.gz freebsd-ports-gnome-0307fa21a54024c9a2f89c8797ee78710d49ae2a.tar.zst freebsd-ports-gnome-0307fa21a54024c9a2f89c8797ee78710d49ae2a.zip |
- tar -> ${TAR} (since we have now a bsdtar ;)
Diffstat (limited to 'chinese/chm2html')
-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 |