summaryrefslogtreecommitdiff
path: root/fonts/tex-uhc-fonts-base
diff options
context:
space:
mode:
authorminskim <minskim>2005-11-17 00:42:14 +0000
committerminskim <minskim>2005-11-17 00:42:14 +0000
commit3a0678750aa858671b2d6ab32884ce07132137c6 (patch)
tree3e8aa4d600054c61d36508e47f2f7b07098af452 /fonts/tex-uhc-fonts-base
parent43761c93fe837dce73eae09a007fe2aa3ef59aed (diff)
downloadpkgsrc-3a0678750aa858671b2d6ab32884ce07132137c6.tar.gz
Replace TEXFONTMAPS with TEX_FONTMAPS for consistency with other TEX_*
variables in mk/tex.buildlink3.mk and better readability.
Diffstat (limited to 'fonts/tex-uhc-fonts-base')
-rw-r--r--fonts/tex-uhc-fonts-base/Makefile4
-rw-r--r--fonts/tex-uhc-fonts-base/Makefile.common4
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}; \