diff options
author | pav <pav@FreeBSD.org> | 2004-07-06 00:36:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-06 00:36:14 +0800 |
commit | e292a8cffe76965a7b4dfe4c773d84b080ea2730 (patch) | |
tree | 32a7811791e3a3c1f01e3b71876b4523841e7d42 /games | |
parent | ca9a8bc1f2aed88da41ca6d5f032907ef2a8e79d (diff) | |
download | freebsd-ports-gnome-e292a8cffe76965a7b4dfe4c773d84b080ea2730.tar.gz freebsd-ports-gnome-e292a8cffe76965a7b4dfe4c773d84b080ea2730.tar.zst freebsd-ports-gnome-e292a8cffe76965a7b4dfe4c773d84b080ea2730.zip |
- [ -d for testing directory
PR: ports/68669
Submitted by: Travis Poppe <tlp@LiquidX.org> (maintainer)
Diffstat (limited to 'games')
-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:" |