diff options
author | jlam <jlam@pkgsrc.org> | 2005-12-29 07:04:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-12-29 07:04:27 +0000 |
commit | 2eef65e076a64eee5899c114c96588ff5f96671d (patch) | |
tree | cffd6a2e4540ea0e64b9f7e93b54d783b678ed10 /fonts/jisx0213fonts | |
parent | 67eaa64b538f1cc9ee2559e7b9b0001914e6dd58 (diff) | |
download | pkgsrc-2eef65e076a64eee5899c114c96588ff5f96671d.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/Makefile | 5 |
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" |