diff options
author | Steve Price <steve@FreeBSD.org> | 1999-02-22 04:24:27 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-02-22 04:24:27 +0000 |
commit | ca12c34a0faa92b0a0355d4a79345886b830d971 (patch) | |
tree | 29b4dcf998dfe4e09d61aa982ac43dac5f8900c7 /games/crafty | |
parent | Update to support COMPRESSION among other things. (diff) |
InIgnore the checksums on the doc files since they change way too often.
PR: 10062
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
Notes
Notes:
svn path=/head/; revision=16842
Diffstat (limited to 'games/crafty')
-rw-r--r-- | games/crafty/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 88bb4271508b..2c51c4b866d9 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -3,7 +3,7 @@ # Date created: 31 May 1998 # Whom: Stefan Eggers <seggers@semyam.dinoco.de> # -# $Id: Makefile,v 1.7 1998/10/10 03:51:56 steve Exp $ +# $Id: Makefile,v 1.8 1999/01/03 00:04:23 mph Exp $ # DISTNAME= crafty-16.2 @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/ \ ftp://ftp.cis.uab.edu/pub/hyatt/common/ \ ftp://ftp.cis.uab.edu/pub/hyatt/v16/ DISTFILES= crafty-16.2.tar.gz crafty.doc crafty.faq read.me start.zip +IGNOREFILES= crafty.doc crafty.faq read.me MAINTAINER= seggers@semyam.dinoco.de |