summaryrefslogtreecommitdiff
path: root/japanese/truetypefonts/pkg-install
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/pkg-install
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/pkg-install')
-rw-r--r--japanese/truetypefonts/pkg-install2
1 files changed, 1 insertions, 1 deletions
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