diff options
Diffstat (limited to 'fonts/tex-uhc-fonts-base')
-rw-r--r-- | fonts/tex-uhc-fonts-base/Makefile | 4 | ||||
-rw-r--r-- | fonts/tex-uhc-fonts-base/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/fonts/tex-uhc-fonts-base/Makefile b/fonts/tex-uhc-fonts-base/Makefile index b54c2b47844..d7716a117f4 100644 --- a/fonts/tex-uhc-fonts-base/Makefile +++ b/fonts/tex-uhc-fonts-base/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/11/15 19:54:16 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2005/11/17 00:42:14 minskim Exp $ PKGNAME= tex-${DISTNAME:S/fonts/fonts-base/} COMMENT= Base UHC fonts for HLaTeX CONFLICTS+= tex-hlatex<=1.0.1 -TEXFONTMAPS= uhc-base.map +TEX_FONTMAPS= uhc-base.map UHC_FONTS= uhc-myoungjo-1.0.tar.gz \ uhc-gothic-1.0.tar.gz \ diff --git a/fonts/tex-uhc-fonts-base/Makefile.common b/fonts/tex-uhc-fonts-base/Makefile.common index 2fdcef8bf3a..09976871ce0 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.1.1.1 2005/11/15 19:54:20 minskim Exp $ +# $NetBSD: Makefile.common,v 1.2 2005/11/17 00:42:14 minskim Exp $ DISTNAME= uhc-fonts-1.0 CATEGORIES= fonts @@ -21,7 +21,7 @@ NO_CONFIGURE= yes do-install: ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/fonts/map/hlatex - ${INSTALL_DATA} ${WRKSRC}/${TEXFONTMAPS} \ + ${INSTALL_DATA} ${WRKSRC}/${TEX_FONTMAPS} \ ${PKG_LOCALTEXMFPREFIX}/fonts/map/hlatex/ .for f in ${UHC_FONTS} extract_file=${_DISTDIR:Q}/${f}; \ |