diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-05 16:36:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-05 16:36:14 +0000 |
commit | 601a8b9bcda043116a26defc69065d0a16e0301c (patch) | |
tree | e0d034f1f0c28e11577157a6b591ab9f74c054ab /games/wolf3d | |
parent | e369e064f29d6d63d13b08940a43fbcc65740a74 (diff) | |
download | ports-601a8b9bcda043116a26defc69065d0a16e0301c.tar.gz ports-601a8b9bcda043116a26defc69065d0a16e0301c.zip |
Notes
Diffstat (limited to 'games/wolf3d')
-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:" |