summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-01-25 20:50:42 +0000
committerminskim <minskim@pkgsrc.org>2006-01-25 20:50:42 +0000
commit168b87c82a472b66441fe35b2d18c13cc5046fc3 (patch)
tree5f3082269971be943960138bf5e4a155e15ddae2 /fonts
parentb7fe2f038960b4e1de5203283ea65e0e971d8b7b (diff)
downloadpkgsrc-168b87c82a472b66441fe35b2d18c13cc5046fc3.tar.gz
Do not use EXTRACT_CMD.tar.gz, which is not defined any longer.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/tex-uhc-fonts-base/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/tex-uhc-fonts-base/Makefile.common b/fonts/tex-uhc-fonts-base/Makefile.common
index c0cdda94d85..7f77bf4e2dd 100644
--- a/fonts/tex-uhc-fonts-base/Makefile.common
+++ b/fonts/tex-uhc-fonts-base/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2005/11/20 18:22:50 minskim Exp $
+# $NetBSD: Makefile.common,v 1.4 2006/01/25 20:50:42 minskim Exp $
DISTNAME= uhc-fonts-1.0
CATEGORIES= fonts
@@ -23,7 +23,7 @@ do-install:
${PKG_LOCALTEXMFPREFIX}/fonts/map/hlatex/
.for f in ${UHC_FONTS}
extract_file=${_DISTDIR:Q}/${f}; \
- cd ${PKG_LOCALTEXMFPREFIX}/fonts; ${EXTRACT_CMD.tar.gz}
+ cd ${PKG_LOCALTEXMFPREFIX}/fonts; ${EXTRACT_CMD}
.endfor
.include "../../mk/bsd.pkg.mk"