diff options
author | wiz <wiz> | 2014-06-01 16:35:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-06-01 16:35:31 +0000 |
commit | 467d71bd98fbb2336e5c141dd6ad57772d18eb4a (patch) | |
tree | bc4c47ab313c1e0ab905241a3b7667947d238641 /fonts/AnonymousPro | |
parent | 9c6dbf3223c3915a5fa277ede28687c93800a096 (diff) | |
download | pkgsrc-467d71bd98fbb2336e5c141dd6ad57772d18eb4a.tar.gz |
Move fonts from lib/X11/fonts to share/fonts/X11.
As discussed on tech-pkg.
Bump PKGREVISION.
Diffstat (limited to 'fonts/AnonymousPro')
-rw-r--r-- | fonts/AnonymousPro/Makefile | 7 | ||||
-rw-r--r-- | fonts/AnonymousPro/PLIST | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/fonts/AnonymousPro/Makefile b/fonts/AnonymousPro/Makefile index 3b3ff8e2159..0a0a7d79dbd 100644 --- a/fonts/AnonymousPro/Makefile +++ b/fonts/AnonymousPro/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2013/04/08 01:42:39 rodent Exp $ +# $NetBSD: Makefile,v 1.5 2014/06/01 16:35:31 wiz Exp $ # DISTNAME= AnonymousPro-1.001 +PKGREVISION= 1 CATEGORIES= fonts MASTER_SITES= http://www.ms-studio.com/FontSales/ EXTRACT_SUFX= .zip @@ -19,9 +20,9 @@ NO_BUILD= YES DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} -INSTALLATION_DIRS= lib/X11/fonts/TTF ${DOCSDIR} +INSTALLATION_DIRS= share/fonts/X11/TTF ${DOCSDIR} -FONTDIR= ${PREFIX}/lib/X11/fonts/TTF +FONTDIR= ${PREFIX}/share/fonts/X11/TTF FONTS_DIRS.ttf= ${FONTDIR} INSTALL_FONTS= AnonymousProB.ttf \ diff --git a/fonts/AnonymousPro/PLIST b/fonts/AnonymousPro/PLIST index 66364ffda22..2b9bec03909 100644 --- a/fonts/AnonymousPro/PLIST +++ b/fonts/AnonymousPro/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/03 18:24:47 wiz Exp $ -lib/X11/fonts/TTF/AnonymousProB.ttf -lib/X11/fonts/TTF/AnonymousProBI.ttf -lib/X11/fonts/TTF/AnonymousProI.ttf -lib/X11/fonts/TTF/AnonymousPro.ttf +@comment $NetBSD: PLIST,v 1.2 2014/06/01 16:35:31 wiz Exp $ +share/fonts/X11/TTF/AnonymousProB.ttf +share/fonts/X11/TTF/AnonymousProBI.ttf +share/fonts/X11/TTF/AnonymousProI.ttf +share/fonts/X11/TTF/AnonymousPro.ttf share/doc/AnonymousPro/FONTLOG.txt share/doc/AnonymousPro/OFL-FAQ.txt share/doc/AnonymousPro/OFL.txt |