diff options
author | steve <steve@FreeBSD.org> | 1998-10-10 11:54:36 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-10 11:54:36 +0800 |
commit | 87facc57c330aaa7b3523281b300c8be8e171679 (patch) | |
tree | 848db43bdf4f976e21a8ffd026e00abb137b5acf /games/crafty/Makefile | |
parent | 3c8103e979ae62202dbed115ce35f2d6d147f9b3 (diff) | |
download | freebsd-ports-gnome-87facc57c330aaa7b3523281b300c8be8e171679.tar.gz freebsd-ports-gnome-87facc57c330aaa7b3523281b300c8be8e171679.tar.zst freebsd-ports-gnome-87facc57c330aaa7b3523281b300c8be8e171679.zip |
Update to version 15.20.
PR: 8159
Submitted by: maintainer
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 |