diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-10 03:54:36 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-10 03:54:36 +0000 |
commit | 74a068b1ae552d0a0a3cd140b5740e046dbf7182 (patch) | |
tree | 82c537dcc54e1e04953dcdadae9752562879aac1 /games/crafty/Makefile | |
parent | 8d0e2ef7ff2af41c711032d4d54e88acbae93403 (diff) | |
download | ports-74a068b1ae552d0a0a3cd140b5740e046dbf7182.tar.gz ports-74a068b1ae552d0a0a3cd140b5740e046dbf7182.zip |
Notes
Diffstat (limited to 'games/crafty/Makefile')
-rw-r--r-- | games/crafty/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 04044cf1d978..18d852b5c8f3 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -1,23 +1,23 @@ # New ports collection makefile for: crafty -# Version required: 15.18 +# Version required: 15.20 # Date created: 31 May 1998 # Whom: Stefan Eggers <seggers@semyam.dinoco.de> # -# $Id: Makefile,v 1.5 1998/08/09 23:57:50 steve Exp $ +# $Id: Makefile,v 1.6 1998/09/19 20:22:58 steve Exp $ # -DISTNAME= crafty-15.18 +DISTNAME= crafty-15.20 CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/ \ ftp://ftp.cis.uab.edu/pub/hyatt/common/ \ ftp://ftp.cis.uab.edu/pub/hyatt/v15/ -DISTFILES= crafty-15.18.tar.gz crafty.doc crafty.faq read.me start.zip +DISTFILES= crafty-15.20.tar.gz crafty.doc crafty.faq read.me start.zip MAINTAINER= seggers@semyam.dinoco.de ALL_TARGET= crafty DIST_SUBDIR= crafty -EXTRACT_ONLY= crafty-15.18.tar.gz +EXTRACT_ONLY= crafty-15.20.tar.gz MAN6= crafty.6 NO_WRKSUBDIR= yes |