diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-08-30 22:28:59 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-08-30 22:28:59 +0000 |
commit | 197c7acf1156de6d9bc30e3b30238aec4b41a95e (patch) | |
tree | f38a1907ad4304f0f4d65d8caf27223eabdf0ab7 /games/crafty/Makefile | |
parent | 9f7c335259031a6a009a9b22954571395f545b43 (diff) |
Notes
Diffstat (limited to 'games/crafty/Makefile')
-rw-r--r-- | games/crafty/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index ed1f227b04cd..a31a45246dfe 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: crafty -# Version required: 16.16 +# Version required: 16.17 # Date created: 31 May 1998 # Whom: Stefan Eggers <seggers@semyam.dinoco.de> # # $FreeBSD$ # -DISTNAME= crafty-16.16 +DISTNAME= crafty-16.17 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.16.tar.gz crafty.doc crafty.faq read.me start.zip +DISTFILES= crafty-16.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-16.16.tar.gz +EXTRACT_ONLY= crafty-16.17.tar.gz IGNOREFILES= crafty.doc crafty.faq read.me MAN6= crafty.6 |