diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-08-06 18:21:44 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-08-06 18:21:44 +0000 |
commit | 4d59c00ce45377d263f20c1e65f8ceadde059752 (patch) | |
tree | 36297cd4fb66f2adbdfdf9fb21a9ec9749913a01 /games/crafty/Makefile | |
parent | 2edd36597f5dd5203edce42a3adf7acb64842d04 (diff) |
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 06dfabc89e7c..2e40288efbc3 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: crafty -# Version required: 16.11 +# Version required: 16.15 # Date created: 31 May 1998 # Whom: Stefan Eggers <seggers@semyam.dinoco.de> # -# $Id: Makefile,v 1.14 1999/06/19 18:00:05 cpiazza Exp $ +# $Id: Makefile,v 1.15 1999/06/25 17:12:43 mph Exp $ # -DISTNAME= crafty-16.11 +DISTNAME= crafty-16.15 CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/ \ ftp://ftp.cis.uab.edu/pub/hyatt/common/ \ @@ -14,13 +14,13 @@ MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/ \ ftp://ftp.jpunix.com/pub/hyatt/ \ ftp://ftp.jpunix.com/pub/hyatt/common/ \ ftp://ftp.jpunix.com/pub/hyatt/v16/ -DISTFILES= crafty-16.11.tar.gz crafty.doc crafty.faq read.me start.zip +DISTFILES= crafty-16.15.tar.gz crafty.doc crafty.faq read.me start.zip MAINTAINER= seggers@semyam.dinoco.de ALL_TARGET= crafty DIST_SUBDIR= crafty -EXTRACT_ONLY= crafty-16.11.tar.gz +EXTRACT_ONLY= crafty-16.15.tar.gz IGNOREFILES= crafty.doc crafty.faq read.me MAN6= crafty.6 |