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 | 1859f144b4a7b5c0d93c8ba07a0247edfc142ebd (patch) | |
tree | cffd6a2e4540ea0e64b9f7e93b54d783b678ed10 /fonts/jisx0212fonts | |
parent | dc9594e09db96635641a7e05b49d34b554b9bb21 (diff) | |
download | pkgsrc-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/jisx0212fonts')
-rw-r--r-- | fonts/jisx0212fonts/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fonts/jisx0212fonts/Makefile b/fonts/jisx0212fonts/Makefile index b35cf9eea19..8bbad85eeae 100644 --- a/fonts/jisx0212fonts/Makefile +++ b/fonts/jisx0212fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/07/15 18:27:50 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/12/29 07:04:28 jlam Exp $ DISTNAME= jisx0212fonts-0.0 PKGREVISION= 1 @@ -19,7 +19,7 @@ EXTRACT_ONLY= ${DISTFILES} FONTS= ${DISTFILES:C/\.bdf.*$//} FONTDIR= ${PREFIX}/lib/X11/fonts/local -FONTS_X11_DIRS= ${FONTDIR} +FONTS_DIRS.x11= ${FONTDIR} USE_TOOLS+= gzip gunzip @@ -42,5 +42,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/$${f}.pcf.gz ${FONTDIR}; \ done -.include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" |