diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-02-23 02:03:55 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-02-23 02:03:55 +0000 |
commit | 214f11c86538859b432e5e4d8d8e3789d4653768 (patch) | |
tree | 1f0b35fe85430461b1af1431537d618a1fcd98a5 /games/xjewel/pkg-req | |
parent | 7704ac2f3cca78d707ef18637ca39a39894951e7 (diff) | |
download | ports-214f11c86538859b432e5e4d8d8e3789d4653768.tar.gz ports-214f11c86538859b432e5e4d8d8e3789d4653768.zip |
Notes
Diffstat (limited to 'games/xjewel/pkg-req')
-rw-r--r-- | games/xjewel/pkg-req | 12 |
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." |