diff options
author | jmz <jmz@FreeBSD.org> | 2000-02-23 10:03:55 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-02-23 10:03:55 +0800 |
commit | 6fc20baf77fd54526177b12e3d120ddcab5a93b7 (patch) | |
tree | 518988b2fbb3a88778b0c12c5ad7d34ea385ea44 /games | |
parent | bf954ad15e11a129a8850e751f5a05a2e8492f94 (diff) | |
download | freebsd-ports-gnome-6fc20baf77fd54526177b12e3d120ddcab5a93b7.tar.gz freebsd-ports-gnome-6fc20baf77fd54526177b12e3d120ddcab5a93b7.tar.zst freebsd-ports-gnome-6fc20baf77fd54526177b12e3d120ddcab5a93b7.zip |
Don't check the existence of the font directory. It always exists thanks to
BSD.x11.dist.
Diffstat (limited to 'games')
-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." |