diff options
author | Xin LI <delphij@FreeBSD.org> | 2009-12-20 08:39:21 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2009-12-20 08:39:21 +0000 |
commit | f2c5b1988bb8029564a4ebe92d3511c5de52fc3c (patch) | |
tree | f5a971d262204f40762b0647584bd96aa41bb884 /chinese | |
parent | 0385a746e5ea614454480e1060ea9177888e735b (diff) | |
download | ports-f2c5b1988bb8029564a4ebe92d3511c5de52fc3c.tar.gz ports-f2c5b1988bb8029564a4ebe92d3511c5de52fc3c.zip |
Notes
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 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 |