aboutsummaryrefslogtreecommitdiff
path: root/japanese/truetypefonts
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-19 09:07:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-19 09:07:55 +0000
commit2ecc33e57129f71fd10b6ef32a7f51c8e092acbd (patch)
tree29c9e582256bbaef74fce9838453c4b5887d587a /japanese/truetypefonts
parent4276d65b73887a40a597793d3be0f029b911659e (diff)
downloadports-2ecc33e57129f71fd10b6ef32a7f51c8e092acbd.tar.gz
ports-2ecc33e57129f71fd10b6ef32a7f51c8e092acbd.zip
Notes
Diffstat (limited to 'japanese/truetypefonts')
-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 d10ce0719f9f..75de543f3800 100644
--- a/japanese/truetypefonts/pkg-install
+++ b/japanese/truetypefonts/pkg-install
@@ -1,9 +1,9 @@
#!/bin/sh
+FONTDIR=${PKG_PREFIX}/lib/X11/fonts/truetype
if [ "$2" = "PRE-INSTALL" ]; then
echo "Please add ${FONTDIR} to your /etc/XF86Config file"
exit 0
fi
-FONTDIR=${PKG_PREFIX}/lib/X11/fonts/truetype
cd ${FONTDIR}
touch fonts.dir
sed -e '/-watanabe-/d' -e '/-wadalab-/d' fonts.dir > fonts.dir.tmp