From 38bf547fefddfe299ae6cd3bf9785b8862b31d19 Mon Sep 17 00:00:00 2001 From: delphij Date: Sun, 20 Dec 2009 08:39:21 +0000 Subject: Style: exist() should not have space before that. Submitted by: maintainer --- chinese/fortune/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chinese') diff --git a/chinese/fortune/Makefile b/chinese/fortune/Makefile index 3764b81..e1a2d12 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 -- cgit v1.1