summaryrefslogtreecommitdiff
path: root/fonts/cyberbit-ttf
diff options
context:
space:
mode:
authorwiz <wiz>2004-01-25 20:29:30 +0000
committerwiz <wiz>2004-01-25 20:29:30 +0000
commit724c75748ef12d3860efb440dfadf9948d7ba624 (patch)
tree1b268f56534ecdcd2166ac66836d703c06591204 /fonts/cyberbit-ttf
parentd881d7530e5989f3b603d5f6431936ef6431e80a (diff)
downloadpkgsrc-724c75748ef12d3860efb440dfadf9948d7ba624.tar.gz
Install into TTF subdir instead of TrueType. PKGREVISION=3.
Diffstat (limited to 'fonts/cyberbit-ttf')
-rw-r--r--fonts/cyberbit-ttf/Makefile4
-rw-r--r--fonts/cyberbit-ttf/Makefile.common4
-rw-r--r--fonts/cyberbit-ttf/PLIST5
3 files changed, 6 insertions, 7 deletions
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}