diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-09 23:57:54 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-09 23:57:54 +0000 |
commit | 12f21fbaec39c7ef08807c3785224a48dc197aea (patch) | |
tree | 7e5b5674388211d6836c998d107d6efeb78ae9e1 /games/crafty/Makefile | |
parent | 0f09e2b290ab78accb5f6b922197548af747d9a5 (diff) | |
download | ports-12f21fbaec39c7ef08807c3785224a48dc197aea.tar.gz ports-12f21fbaec39c7ef08807c3785224a48dc197aea.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 a6d7fe1be674..3e2e2b8f8f8f 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -1,23 +1,23 @@ # New ports collection makefile for: crafty -# Version required: 15.10 +# Version required: 15.17 # Date created: 31 May 1998 # Whom: Stefan Eggers <seggers@semyam.dinoco.de> # -# $Id: Makefile,v 1.3 1998/06/23 18:09:46 mph Exp $ +# $Id: Makefile,v 1.4 1998/06/30 03:19:21 mph Exp $ # -DISTNAME= crafty-15.15 +DISTNAME= crafty-15.17 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.15.tar.gz crafty.doc crafty.faq read.me start.zip +DISTFILES= crafty-15.17.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.15.tar.gz +EXTRACT_ONLY= crafty-15.17.tar.gz MAN6= crafty.6 NO_WRKSUBDIR= yes |