diff options
-rw-r--r-- | games/wolf3d/Makefile | 2 | ||||
-rw-r--r-- | games/wolf3d/files/wolf3d.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/wolf3d/Makefile b/games/wolf3d/Makefile index 969c4bde67ea..76788b89c37c 100644 --- a/games/wolf3d/Makefile +++ b/games/wolf3d/Makefile @@ -7,7 +7,7 @@ PORTNAME= wolf3d PORTVERSION= 20011028 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.icculus.org/wolf3d/:wolf \ http://www.liquidx.org/distfiles/:wolfdata diff --git a/games/wolf3d/files/wolf3d.in b/games/wolf3d/files/wolf3d.in index 31b27a852106..28e026ff93dc 100644 --- a/games/wolf3d/files/wolf3d.in +++ b/games/wolf3d/files/wolf3d.in @@ -5,7 +5,7 @@ USERDIR=$HOME/.wolf3d -if [ -x $USERDIR ]; then +if [ -d $USERDIR ]; then echo "wolf3d appears to be installed to $USERDIR/" echo "" echo "Basic options:" |