From 2eef65e076a64eee5899c114c96588ff5f96671d Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 29 Dec 2005 07:04:27 +0000 Subject: Convert to use the new pkginstall framework fonts-handling by renaming FONTS__DIRS variables to FONTS_DIRS., and by removing the unnecessary inclusion of mk/fonts.mk. --- fonts/jisx0212fonts/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fonts/jisx0212fonts') 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" -- cgit v1.2.3