diff options
author | jlam <jlam@pkgsrc.org> | 2006-01-23 18:37:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-01-23 18:37:18 +0000 |
commit | 2fbc613ce76e06073b4794c6350fdb1b66323537 (patch) | |
tree | 665ee54904f220285902c228dae9a317a75db4b3 | |
parent | 052a5bd269876b03b86a212c055947bb8c905995 (diff) | |
download | pkgsrc-2fbc613ce76e06073b4794c6350fdb1b66323537.tar.gz |
EXTRACT_CMD.zip is no more... just use the real command for extracting a
ZIP archive.
-rw-r--r-- | print/tex-chemarrow/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/tex-chemarrow/Makefile b/print/tex-chemarrow/Makefile index 1fcb0e972d6..ee4bc7889b5 100644 --- a/print/tex-chemarrow/Makefile +++ b/print/tex-chemarrow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/11/13 05:30:11 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/23 18:37:18 jlam Exp $ # DISTNAME= chemarrow @@ -18,7 +18,7 @@ NO_BUILD= yes .include "../../print/teTeX/module.mk" post-extract: - @(cd ${WRKSRC}/type1 && ${EXTRACT_CMD.zip} arrow.PC.zip) + @cd ${WRKSRC}/type1 && ${UNZIP_CMD} -Laqo arrow.PC.zip do-install: ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/fonts/source/chemarrow |