summaryrefslogtreecommitdiff
path: root/fonts/jisx0213fonts
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-12-29 07:04:27 +0000
committerjlam <jlam@pkgsrc.org>2005-12-29 07:04:27 +0000
commit1859f144b4a7b5c0d93c8ba07a0247edfc142ebd (patch)
treecffd6a2e4540ea0e64b9f7e93b54d783b678ed10 /fonts/jisx0213fonts
parentdc9594e09db96635641a7e05b49d34b554b9bb21 (diff)
downloadpkgsrc-1859f144b4a7b5c0d93c8ba07a0247edfc142ebd.tar.gz
Convert to use the new pkginstall framework fonts-handling by renaming
FONTS_<TYPE>_DIRS variables to FONTS_DIRS.<type>, and by removing the unnecessary inclusion of mk/fonts.mk.
Diffstat (limited to 'fonts/jisx0213fonts')
-rw-r--r--fonts/jisx0213fonts/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/fonts/jisx0213fonts/Makefile b/fonts/jisx0213fonts/Makefile
index 47dca38b3c9..8864197ccc0 100644
--- a/fonts/jisx0213fonts/Makefile
+++ b/fonts/jisx0213fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/07/15 18:27:50 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/12/29 07:04:28 jlam Exp $
#
DISTNAME= jisx0213fonts-0.0
@@ -15,7 +15,7 @@ USE_TOOLS+= gzip
FONTS= K14-1 K14-2 jiskan16-2000-1 jiskan16-2000-2
FONTDIR= ${PREFIX}/lib/X11/fonts/local
-FONTS_X11_DIRS= ${FONTDIR}
+FONTS_DIRS.x11= ${FONTDIR}
WRKSRC= ${WRKDIR}
@@ -37,5 +37,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/$${f}.pcf.gz ${FONTDIR}; \
done
-.include "../../mk/fonts.mk"
.include "../../mk/bsd.pkg.mk"