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