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 | c8acc068afd554af7ddfb24d729cdcd523e5fe3b (patch) | |
tree | 665ee54904f220285902c228dae9a317a75db4b3 /print | |
parent | 0314de7d5cc912f49c449a8424e7c5a102377f22 (diff) | |
download | pkgsrc-c8acc068afd554af7ddfb24d729cdcd523e5fe3b.tar.gz |
EXTRACT_CMD.zip is no more... just use the real command for extracting a
ZIP archive.
Diffstat (limited to 'print')
-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 |