summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-04-18 22:54:11 +0000
committermharo <mharo@FreeBSD.org>1999-04-18 22:54:11 +0000
commit1bc34099426af2d40d93d7f706ffdb804a8eb999 (patch)
tree72da34cf56a56b152dbdfa471b0f97800dd328c9
parent1cf90e01b660a92bdf2a3e43e68a33ffea6c3af5 (diff)
downloadFreeBSD-ports-1bc34099426af2d40d93d7f706ffdb804a8eb999.zip
FreeBSD-ports-1bc34099426af2d40d93d7f706ffdb804a8eb999.tar.gz
Fix bad logic
-rw-r--r--misc/fortuneit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fortuneit/Makefile b/misc/fortuneit/Makefile
index 9fae4a8..8b32df3 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
OpenPOWER on IntegriCloud