diff options
author | trevor <trevor@FreeBSD.org> | 2003-03-01 15:30:34 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-03-01 15:30:34 +0000 |
commit | 4eb08b18711bad31cdce0c245778a5c2b0511c9f (patch) | |
tree | eb8130067f016a4bfd48ee815635627360b83952 /games/myth2_demo | |
parent | 6b53e4ae821f70485a6a1e6a2cb3de0fefbb9183 (diff) | |
download | FreeBSD-ports-4eb08b18711bad31cdce0c245778a5c2b0511c9f.zip FreeBSD-ports-4eb08b18711bad31cdce0c245778a5c2b0511c9f.tar.gz |
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 2806f33..5fa19bc 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 |