aboutsummaryrefslogtreecommitdiff
path: root/games/xjewel
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-02-23 02:03:55 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-02-23 02:03:55 +0000
commit214f11c86538859b432e5e4d8d8e3789d4653768 (patch)
tree1f0b35fe85430461b1af1431537d618a1fcd98a5 /games/xjewel
parent7704ac2f3cca78d707ef18637ca39a39894951e7 (diff)
downloadports-214f11c86538859b432e5e4d8d8e3789d4653768.tar.gz
ports-214f11c86538859b432e5e4d8d8e3789d4653768.zip
Don't check the existence of the font directory. It always exists thanks to
BSD.x11.dist.
Notes
Notes: svn path=/head/; revision=26188
Diffstat (limited to 'games/xjewel')
-rw-r--r--games/xjewel/pkg-req12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/xjewel/pkg-req b/games/xjewel/pkg-req
index c245d9493cc4..643e781d6406 100644
--- a/games/xjewel/pkg-req
+++ b/games/xjewel/pkg-req
@@ -7,18 +7,6 @@ if [ "x$2" != "xINSTALL" -a "x$2" != "xDEINSTALL" ]; then
exit 1;
fi
-export FONTDIR; FONTDIR=${PKG_PREFIX}/lib/X11/fonts/local
-
-if [ "$2x" = "INSTALLx" -a ! -d ${FONTDIR} ]; then
- echo '**********************************************************************'
- echo "****** ${FONTDIR}/ doesn't exist."
- echo "****** Creating ${FONTDIR}/"
- echo '****** Please upgrade your XFree86 to 3.3.3 or upper,'
- echo "****** or add this directory to your /etc/XF86Config's FontPath entry."
- echo '**********************************************************************'
- mkdir ${FONTDIR}
-fi
-
echo "**********************************************************"
echo "You should restart X server or do 'xset fp rehash' command"
echo "to enable this update."