diff options
author | minskim <minskim> | 2006-01-25 20:50:42 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-01-25 20:50:42 +0000 |
commit | df598990eb9a2de1f0c60e95a7473284f01cbe7a (patch) | |
tree | 5f3082269971be943960138bf5e4a155e15ddae2 /fonts | |
parent | 85f6c03c23d453283fe48c5979d0e1cf6b562419 (diff) | |
download | pkgsrc-df598990eb9a2de1f0c60e95a7473284f01cbe7a.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.common | 4 |
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" |