From 1859f144b4a7b5c0d93c8ba07a0247edfc142ebd 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/arphic-ttf/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'fonts/arphic-ttf') diff --git a/fonts/arphic-ttf/Makefile b/fonts/arphic-ttf/Makefile index 764aad05132..ce46aca508d 100644 --- a/fonts/arphic-ttf/Makefile +++ b/fonts/arphic-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/07/15 18:27:49 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/12/29 07:04:27 jlam Exp $ # DISTNAME= arphic-ttf-2.11 @@ -24,19 +24,18 @@ NO_BUILD= YES USE_TOOLS+= gunzip -FONTS_TTF_DIRS= ${PREFIX}/lib/X11/fonts/TTF +FONTS_DIRS.ttf= ${PREFIX}/lib/X11/fonts/TTF DOCDIR= ${PREFIX}/share/doc/arphic-ttf do-install: - ${INSTALL_DATA_DIR} ${FONTS_TTF_DIRS} + ${INSTALL_DATA_DIR} ${FONTS_DIRS.ttf} for f in ${FONT_FILES}; do \ - ${INSTALL_DATA} ${_DISTDIR}/$$f ${FONTS_TTF_DIRS}; \ - ${GUNZIP_CMD} ${FONTS_TTF_DIRS}/$$f; \ + ${INSTALL_DATA} ${_DISTDIR}/$$f ${FONTS_DIRS.ttf}; \ + ${GUNZIP_CMD} ${FONTS_DIRS.ttf}/$$f; \ done ${INSTALL_DATA_DIR} ${DOCDIR} for f in ${MISC_FILES}; do \ ${INSTALL_DATA} ${_DISTDIR}/$$f ${DOCDIR}; \ done -.include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3