summaryrefslogtreecommitdiff
path: root/japanese/truetypefonts
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-19 18:39:26 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-19 18:39:26 +0000
commit8381dfb9bda907cd8cea612d736358bb7268253c (patch)
treec2fdf4f58c1c0ae7ba4c2a14cd104ae54e1a8395 /japanese/truetypefonts
parentUpgrade to 3.2.6. (diff)
Move fonts from truetype to TrueType. Besides being a better match with the
"Type1" directory that already exists, I just realized that the Xtt ports have been recommending this directory name in their documentation.
Notes
Notes: svn path=/head/; revision=14693
Diffstat (limited to 'japanese/truetypefonts')
-rw-r--r--japanese/truetypefonts/Makefile4
-rw-r--r--japanese/truetypefonts/pkg-deinstall2
-rw-r--r--japanese/truetypefonts/pkg-install2
-rw-r--r--japanese/truetypefonts/pkg-plist8
4 files changed, 8 insertions, 8 deletions
diff --git a/japanese/truetypefonts/Makefile b/japanese/truetypefonts/Makefile
index ddb62f99d5d6..3fdcf2ae9cf4 100644
--- a/japanese/truetypefonts/Makefile
+++ b/japanese/truetypefonts/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 November 1998
# Whom: asami
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/11/19 08:47:28 asami Exp $
#
DISTNAME= ja-truetypefonts-1998.10.20
@@ -16,7 +16,7 @@ MAINTAINER= candy@kgc.co.jp
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/xtt-fonts-0.19981020
NO_BUILD= yes
-FONTDIR= ${PREFIX}/lib/X11/fonts/truetype
+FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType
.include <bsd.port.pre.mk>
diff --git a/japanese/truetypefonts/pkg-deinstall b/japanese/truetypefonts/pkg-deinstall
index 8c268e930e66..9b3eb5f5febf 100644
--- a/japanese/truetypefonts/pkg-deinstall
+++ b/japanese/truetypefonts/pkg-deinstall
@@ -2,7 +2,7 @@
if [ "$2" != "DEINSTALL" ]; then
exit 0
fi
-FONTDIR=${PKG_PREFIX}/lib/X11/fonts/truetype
+FONTDIR=${PKG_PREFIX}/lib/X11/fonts/TrueType
cd ${FONTDIR}
sed -e '/-watanabe-/d' -e '/-wadalab-/d' fonts.dir > fonts.dir.tmp
numfonts=$(echo $(cat fonts.dir.tmp | wc -l) - 1 | bc)
diff --git a/japanese/truetypefonts/pkg-install b/japanese/truetypefonts/pkg-install
index 75de543f3800..5797b21a4c02 100644
--- a/japanese/truetypefonts/pkg-install
+++ b/japanese/truetypefonts/pkg-install
@@ -1,5 +1,5 @@
#!/bin/sh
-FONTDIR=${PKG_PREFIX}/lib/X11/fonts/truetype
+FONTDIR=${PKG_PREFIX}/lib/X11/fonts/TrueType
if [ "$2" = "PRE-INSTALL" ]; then
echo "Please add ${FONTDIR} to your /etc/XF86Config file"
exit 0
diff --git a/japanese/truetypefonts/pkg-plist b/japanese/truetypefonts/pkg-plist
index 7e715b13bbea..52ac621c66c7 100644
--- a/japanese/truetypefonts/pkg-plist
+++ b/japanese/truetypefonts/pkg-plist
@@ -1,4 +1,4 @@
-lib/X11/fonts/truetype/wadalab-gothic.ttf
-lib/X11/fonts/truetype/watanabe-mincho.ttf
-lib/X11/fonts/truetype/fonts.dir.truetype
-lib/X11/fonts/truetype/fonts.alias.truetype
+lib/X11/fonts/TrueType/wadalab-gothic.ttf
+lib/X11/fonts/TrueType/watanabe-mincho.ttf
+lib/X11/fonts/TrueType/fonts.dir.truetype
+lib/X11/fonts/TrueType/fonts.alias.truetype