diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-03 15:23:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-03 15:23:06 +0000 |
commit | 7b49b8690141ddbeec3d8f9dfa7574df884aaee9 (patch) | |
tree | 4ff5e2832b0f86d569e141d137a4f6b7d3ccfc08 /games | |
parent | 19870726d55a3961481ac7d776bf3cbd8f0c2705 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/fuhquake/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/fuhquake/Makefile b/games/fuhquake/Makefile index 19f767da0b8b..42b0fd2ca75b 100644 --- a/games/fuhquake/Makefile +++ b/games/fuhquake/Makefile @@ -20,6 +20,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src \ MAINTAINER= danfe@regency.nsu.ru COMMENT= An excellent QuakeWorld client +BROKEN= "Checksum mismatch" + .if defined(WITH_SHAREWARE_DATA) DISTFILES+= q1-shareware-pak0.pak:pak PLIST_SUB+= SHAREWARE="" |