diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-03-01 15:30:34 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-03-01 15:30:34 +0000 |
commit | 12d9554946732223cc52008f21aeb2910de7dd1c (patch) | |
tree | fe62a115edbb95e072e2f1e0dce31a28c06f0434 /games/myth2_demo | |
parent | Add "portuguese" category. (diff) |
In the bento log I see "gzip: stdin: unexpected end of file" when
the distfile is being decompressed. I was able to reproduce the
error.
Diffstat (limited to 'games/myth2_demo')
-rw-r--r-- | games/myth2_demo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/myth2_demo/Makefile b/games/myth2_demo/Makefile index 2806f33d8552..5fa19bc4ac7b 100644 --- a/games/myth2_demo/Makefile +++ b/games/myth2_demo/Makefile @@ -18,6 +18,8 @@ EXTRACT_ONLY= MAINTAINER= trevor@FreeBSD.org COMMENT= Demo of Myth II: Soulblighter +BROKEN= "does not unpack correctly" + NO_WRKSUBDIR= yes NO_BUILD= yes ONLY_FOR_ARCHS= i386 |