1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Style: exist() should not have space before that.

Submitted by:	maintainer
This commit is contained in:
Xin LI 2009-12-20 08:39:21 +00:00
parent 0385a746e5
commit f2c5b1988b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246279

View File

@ -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