diff options
author | wiz <wiz@pkgsrc.org> | 2004-01-25 20:29:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-01-25 20:29:30 +0000 |
commit | 3aa065cdd629609a0032a58dfec1aa0ea1431098 (patch) | |
tree | 1b268f56534ecdcd2166ac66836d703c06591204 | |
parent | e37feefaa599d48d5492d95065fd7ff107b67c04 (diff) | |
download | pkgsrc-3aa065cdd629609a0032a58dfec1aa0ea1431098.tar.gz |
Install into TTF subdir instead of TrueType. PKGREVISION=3.
-rw-r--r-- | fonts/cyberbase-ttf/Makefile | 4 | ||||
-rw-r--r-- | fonts/cyberbase-ttf/PLIST | 5 | ||||
-rw-r--r-- | fonts/cyberbit-ttf/Makefile | 4 | ||||
-rw-r--r-- | fonts/cyberbit-ttf/Makefile.common | 4 | ||||
-rw-r--r-- | fonts/cyberbit-ttf/PLIST | 5 |
5 files changed, 10 insertions, 12 deletions
diff --git a/fonts/cyberbase-ttf/Makefile b/fonts/cyberbase-ttf/Makefile index 600f4b5a4a3..be01a4e8ed2 100644 --- a/fonts/cyberbase-ttf/Makefile +++ b/fonts/cyberbase-ttf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2003/04/22 09:44:57 salo Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/25 20:29:30 wiz Exp $ # PKGNAME= cyberbase-ttf-2.0 -PKGREVISION= 2 +PKGREVISION= 3 FONT_FILE= Cyberbase.ZIP COMMENT= Cyberbit minus CJK subset, for ISO-8859-x languages diff --git a/fonts/cyberbase-ttf/PLIST b/fonts/cyberbase-ttf/PLIST index e1b75bed8a8..156f06cbc26 100644 --- a/fonts/cyberbase-ttf/PLIST +++ b/fonts/cyberbase-ttf/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/04/22 09:44:58 salo Exp $ -lib/X11/fonts/TrueType/cyberbas.ttf +@comment $NetBSD: PLIST,v 1.4 2004/01/25 20:29:30 wiz Exp $ +lib/X11/fonts/TTF/cyberbas.ttf share/doc/html/cyberbit-ttf/ReadMe.htm @dirrm share/doc/html/cyberbit-ttf -@unexec ${RMDIR} -p %D/lib/X11/fonts/TrueType 2> /dev/null || ${TRUE} diff --git a/fonts/cyberbit-ttf/Makefile b/fonts/cyberbit-ttf/Makefile index 17c93144756..e6e06b396cb 100644 --- a/fonts/cyberbit-ttf/Makefile +++ b/fonts/cyberbit-ttf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 16:47:07 martti Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/25 20:29:30 wiz Exp $ # PKGNAME= cyberbit-ttf-2.0 -PKGREVISION= 2 +PKGREVISION= 3 FONT_FILE= Cyberbit.ZIP COMMENT= Multilingual TrueType font from Bitstream diff --git a/fonts/cyberbit-ttf/Makefile.common b/fonts/cyberbit-ttf/Makefile.common index 1043e40ccf5..80e731b7731 100644 --- a/fonts/cyberbit-ttf/Makefile.common +++ b/fonts/cyberbit-ttf/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2003/07/17 21:36:59 grant Exp $ +# $NetBSD: Makefile.common,v 1.11 2004/01/25 20:29:30 wiz Exp $ # DISTNAME= # empty @@ -32,7 +32,7 @@ USE_X11BASE= YES NO_CONFIGURE= YES NO_BUILD= YES -FONTS_TTF_DIRS= ${PREFIX}/lib/X11/fonts/TrueType +FONTS_TTF_DIRS= ${PREFIX}/lib/X11/fonts/TTF DOCDIR= ${PREFIX}/share/doc/html/cyberbit-ttf do-install: diff --git a/fonts/cyberbit-ttf/PLIST b/fonts/cyberbit-ttf/PLIST index 50050306c23..482e60e538e 100644 --- a/fonts/cyberbit-ttf/PLIST +++ b/fonts/cyberbit-ttf/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/04/22 09:44:59 salo Exp $ -lib/X11/fonts/TrueType/cyberbit.ttf +@comment $NetBSD: PLIST,v 1.4 2004/01/25 20:29:30 wiz Exp $ +lib/X11/fonts/TTF/cyberbit.ttf share/doc/html/cyberbit-ttf/ReadMe.htm @dirrm share/doc/html/cyberbit-ttf -@unexec ${RMDIR} -p %D/lib/X11/fonts/TrueType 2> /dev/null || ${TRUE} |