diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-22 06:41:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-22 06:41:10 +0000 |
commit | 71d2eb639253530dc47d3956b470aaf998e3d796 (patch) | |
tree | ab8227aa93f863f9f958bd7f7ed970e726959ba7 /games/crafty | |
parent | 6a4c5a5acdf64ea9872a1f788e72167c6680ef74 (diff) |
Notes
Diffstat (limited to 'games/crafty')
-rw-r--r-- | games/crafty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 2c51c4b866d9..f3da33885486 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.8 1999/01/03 00:04:23 mph Exp $ +# $Id: Makefile,v 1.9 1999/02/22 04:24:27 steve Exp $ # DISTNAME= crafty-16.2 @@ -12,13 +12,13 @@ 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 ALL_TARGET= crafty DIST_SUBDIR= crafty EXTRACT_ONLY= crafty-16.2.tar.gz +IGNOREFILES= crafty.doc crafty.faq read.me MAN6= crafty.6 NO_WRKSUBDIR= yes |