diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-18 22:54:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-18 22:54:11 +0000 |
commit | 14ab1fad9ba7bca16832682db96ae37b5c60e974 (patch) | |
tree | f37a9528a6f81d805672a34799d07a49a4a8d1ba /misc/fortuneit | |
parent | 82a44ac80a1aaab274664f3f61510d8e424453b6 (diff) | |
download | ports-14ab1fad9ba7bca16832682db96ae37b5c60e974.tar.gz ports-14ab1fad9ba7bca16832682db96ae37b5c60e974.zip |
Notes
Diffstat (limited to 'misc/fortuneit')
-rw-r--r-- | misc/fortuneit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fortuneit/Makefile b/misc/fortuneit/Makefile index 9fae4a8cb5b5..8b32df33a65c 100644 --- a/misc/fortuneit/Makefile +++ b/misc/fortuneit/Makefile @@ -3,7 +3,7 @@ # Date created: 25-01-1999 # Whom: gmarco@scotty.masternet.it # -# $Id: Makefile,v 1.1.1.1 1999/04/02 04:39:34 steve Exp $ +# $Id: Makefile,v 1.2 1999/04/18 22:52:36 mharo Exp $ # DISTNAME= fortune.it-1.51 @@ -42,7 +42,7 @@ do-install: .endif pre-install: -.if exists(${STRCMD}) +.if !exists(${STRCMD}) @ ${ECHO_MSG} "Please install the games distribution" @ exit 1 .endif |