summaryrefslogtreecommitdiff
path: root/fonts/ms-ttf
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/ms-ttf
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/ms-ttf')
-rw-r--r--fonts/ms-ttf/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/fonts/ms-ttf/Makefile b/fonts/ms-ttf/Makefile
index 9db0990953a..7da7b4a1c9d 100644
--- a/fonts/ms-ttf/Makefile
+++ b/fonts/ms-ttf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/12/28 14:38:03 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2005/12/29 07:04:28 jlam Exp $
DISTNAME= # empty
PKGNAME= ms-ttf-20020306
@@ -32,7 +32,7 @@ CABEXTRACT_PREFIX_DEFAULT=${LOCALBASE}
EXTRACT_CMD= ${CABEXTRACT_PREFIX}/bin/cabextract -q $${extract_file}
FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
DOCDIR= ${PREFIX}/share/doc/ms-ttf
-FONTS_TTF_DIRS= ${FONTDIR}
+FONTS_DIRS.ttf= ${FONTDIR}
post-extract:
${_PKG_SILENT}${_PKG_DEBUG} \
@@ -48,5 +48,4 @@ do-install:
done
${INSTALL_DATA} ${.CURDIR}/../../licenses/${LICENSE} ${DOCDIR}
-.include "../../mk/fonts.mk"
.include "../../mk/bsd.pkg.mk"