summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-12-20 08:39:21 +0000
committerXin LI <delphij@FreeBSD.org>2009-12-20 08:39:21 +0000
commitf2c5b1988bb8029564a4ebe92d3511c5de52fc3c (patch)
treef5a971d262204f40762b0647584bd96aa41bb884 /chinese
parentSecurity update to 8.2.15. (diff)
Style: exist() should not have space before that.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=246279
Diffstat (limited to 'chinese')
-rw-r--r--chinese/fortune/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/fortune/Makefile b/chinese/fortune/Makefile
index 3764b815cee8..e1a2d1288cc4 100644
--- a/chinese/fortune/Makefile
+++ b/chinese/fortune/Makefile
@@ -23,7 +23,7 @@ NO_BUILD= yes
USE_GMAKE= yes
USE_BZIP2= yes
-.if !exists (/usr/games/fortune) || !exists(/usr/games/strfile)
+.if !exists(/usr/games/fortune) || !exists(/usr/games/strfile)
IGNORE= needs the FreeBSD games distribution
.endif