diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-16 12:16:15 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-16 12:16:15 +0000 |
commit | 5988a8d6ea16bcff3cf35e2f33f5379e1a327306 (patch) | |
tree | 27381de62007336b269f69dfb04e4dd80bb6ad10 /fonts | |
parent | 62f4d1bb453c4f0aacb2c40241abf7b7ea808dcc (diff) | |
download | pkgsrc-5988a8d6ea16bcff3cf35e2f33f5379e1a327306.tar.gz |
Use fonts.mk to automatically generate a fonts.dir file. Bump PKGREVISION.
This closes my own PR pkg/18903.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ms-ttf/Makefile | 6 | ||||
-rw-r--r-- | fonts/ms-ttf/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/fonts/ms-ttf/Makefile b/fonts/ms-ttf/Makefile index 487222aba9d..ba75dd65159 100644 --- a/fonts/ms-ttf/Makefile +++ b/fonts/ms-ttf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2002/10/11 10:09:30 uebayasi Exp $ +# $NetBSD: Makefile,v 1.6 2003/02/16 12:16:15 jmmv Exp $ DISTNAME= # empty PKGNAME= ms-ttf-20020306 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=corefonts/} DISTFILES= andale32.exe webdin32.exe trebuc32.exe georgi32.exe \ @@ -33,6 +33,7 @@ CABEXTRACT_PREFIX_DEFAULT=${LOCALBASE} EXTRACT_CMD= ${CABEXTRACT_PREFIX}/bin/cabextract -q $${extract_file} FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType DOCDIR= ${PREFIX}/share/doc/ms-ttf +FONTS_TTF_DIRS= ${FONTDIR} post-extract: ${_PKG_SILENT}${_PKG_DEBUG} \ @@ -48,4 +49,5 @@ do-install: done ${INSTALL_DATA} ${.CURDIR}/../../licenses/${LICENSE} ${DOCDIR} +.include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" diff --git a/fonts/ms-ttf/PLIST b/fonts/ms-ttf/PLIST index 4a0e570e06c..c65711043b9 100644 --- a/fonts/ms-ttf/PLIST +++ b/fonts/ms-ttf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:23 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/02/16 12:16:15 jmmv Exp $ lib/X11/fonts/TrueType/AndaleMo.ttf lib/X11/fonts/TrueType/AriBlk.ttf lib/X11/fonts/TrueType/Arial.ttf @@ -31,4 +31,3 @@ lib/X11/fonts/TrueType/trebucbi.ttf lib/X11/fonts/TrueType/trebucit.ttf share/doc/ms-ttf/ms-ttf-license @dirrm share/doc/ms-ttf -@unexec ${RMDIR} %D/lib/X11/fonts/TrueType 2>/dev/null || ${TRUE} |