diff options
author | delphij <delphij@FreeBSD.org> | 2009-12-20 08:39:21 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2009-12-20 08:39:21 +0000 |
commit | 38bf547fefddfe299ae6cd3bf9785b8862b31d19 (patch) | |
tree | 55c220bc97d55ab011a65a6c01dfb7e67dfd1c6d /chinese | |
parent | e70bc203d7561430a51bcf6d185edc510fcd32aa (diff) | |
download | FreeBSD-ports-38bf547fefddfe299ae6cd3bf9785b8862b31d19.zip FreeBSD-ports-38bf547fefddfe299ae6cd3bf9785b8862b31d19.tar.gz |
Style: exist() should not have space before that.
Submitted by: maintainer
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fortune/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |