From e292a8cffe76965a7b4dfe4c773d84b080ea2730 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 5 Jul 2004 16:36:14 +0000 Subject: - [ -d for testing directory PR: ports/68669 Submitted by: Travis Poppe (maintainer) --- games/wolf3d/Makefile | 2 +- games/wolf3d/files/wolf3d.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'games') 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:" -- cgit