diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-17 19:31:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-17 19:31:00 +0000 |
commit | ecaf21ffdc3c6c24f1b218a146960c48ff039642 (patch) | |
tree | 1c6ea490252709393e9d307e471e4c52c20adeb4 /fonts | |
parent | ee5569758b65ab399d260206ed9303a8cc984f08 (diff) | |
download | pkgsrc-ecaf21ffdc3c6c24f1b218a146960c48ff039642.tar.gz |
Fix font handling. Bump PKGREVISION.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/freefonts/Makefile | 7 | ||||
-rw-r--r-- | fonts/freefonts/PLIST | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/fonts/freefonts/Makefile b/fonts/freefonts/Makefile index 19dc65a1475..8f9045b0b9b 100644 --- a/fonts/freefonts/Makefile +++ b/fonts/freefonts/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:09:09 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/02/17 19:31:00 wiz Exp $ # DISTNAME= freefonts-0.10 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/fonts/} \ ftp://ftp.gimp.org/pub/gimp/fonts/ @@ -16,7 +16,8 @@ NO_BUILD= yes USE_X11BASE= yes USE_TOOLS+= gtar -INSTALLATION_DIRS= lib/X11/fonts +FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/freefont +REQD_DIRS= ${PREFIX}/lib/X11/fonts/freefont do-install: ${GTAR} Cxzf ${PREFIX}/lib/X11/fonts \ diff --git a/fonts/freefonts/PLIST b/fonts/freefonts/PLIST index 8d3e3b5d8f9..f926149775b 100644 --- a/fonts/freefonts/PLIST +++ b/fonts/freefonts/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:48:58 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/02/17 19:31:00 wiz Exp $ lib/X11/fonts/freefont/Fontmap lib/X11/fonts/freefont/README lib/X11/fonts/freefont/agate.pfb @@ -48,7 +48,6 @@ lib/X11/fonts/freefont/eraselt.pfb lib/X11/fonts/freefont/erasltra.pfb lib/X11/fonts/freefont/erasmed.pfb lib/X11/fonts/freefont/florence.pfb -lib/X11/fonts/freefont/fonts.dir lib/X11/fonts/freefont/frquad.pfb lib/X11/fonts/freefont/frquadb.pfb lib/X11/fonts/freefont/ftpstrps.pfb @@ -110,4 +109,3 @@ lib/X11/fonts/freefont/victoria.pfb lib/X11/fonts/freefont/windsord.pfb lib/X11/fonts/freefont/zalescap.license lib/X11/fonts/freefont/zalescap.pfb -@dirrm lib/X11/fonts/freefont |