diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-06-23 18:09:47 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-06-23 18:09:47 +0000 |
commit | 5890da3ad463dd724d10961a96378f69f36e28f1 (patch) | |
tree | 7d77a3aa8cecd4158b5fe32084917d7cf9d03c58 /games/crafty | |
parent | Upgrade to 2.5. (diff) |
Upgrade to 15.14. Remove BUILD_DEPENDS on unzip. Improve wording
in manpage.
PR: 7010
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
Notes
Notes:
svn path=/head/; revision=11490
Diffstat (limited to 'games/crafty')
-rw-r--r-- | games/crafty/Makefile | 12 | ||||
-rw-r--r-- | games/crafty/distinfo | 4 | ||||
-rw-r--r-- | games/crafty/files/crafty.6 | 7 |
3 files changed, 11 insertions, 12 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 80f21f8c8769..c2100157061b 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -3,29 +3,27 @@ # Date created: 31 May 1998 # Whom: Stefan Eggers <seggers@semyam.dinoco.de> # -# $Id: Makefile,v 1.1.1.1 1998/06/01 04:56:05 mph Exp $ +# $Id: Makefile,v 1.2 1998/06/04 02:40:28 mph Exp $ # -DISTNAME= crafty-15.10 +DISTNAME= crafty-15.14 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.10.tar.gz crafty.doc crafty.faq read.me start.zip +DISTFILES= crafty-15.14.tar.gz crafty.doc crafty.faq read.me start.zip MAINTAINER= seggers@semyam.dinoco.de -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - ALL_TARGET= crafty DIST_SUBDIR= crafty -EXTRACT_ONLY= crafty-15.10.tar.gz +EXTRACT_ONLY= crafty-15.14.tar.gz MAN6= crafty.6 NO_WRKSUBDIR= yes post-extract: - (cd ${WRKDIR}; unzip ${DISTDIR}/${DIST_SUBDIR}/start.zip) + (cd ${WRKDIR}; gunzip <${DISTDIR}/${DIST_SUBDIR}/start.zip >${WRKDIR}/start.pgn) post-build: (cd ${WRKDIR}; ./crafty <${FILESDIR}/books-building) diff --git a/games/crafty/distinfo b/games/crafty/distinfo index 08d416651bc7..71d48fa970a8 100644 --- a/games/crafty/distinfo +++ b/games/crafty/distinfo @@ -1,5 +1,5 @@ -MD5 (crafty/crafty-15.10.tar.gz) = a26440d01bd6c2db70452ef4988b99eb +MD5 (crafty/crafty-15.14.tar.gz) = 1d0dab194379be3c29f75b3e80deb86b MD5 (crafty/crafty.doc) = 59295fe5abfd62b51947a093cbd6e48a MD5 (crafty/crafty.faq) = f744727e291b6dec7e7c69bb3586b6dd -MD5 (crafty/read.me) = cc66c96baf69444ce31c42485ccc3657 +MD5 (crafty/read.me) = c2ff9b6ddbb2c625e5264d5cdfe65d91 MD5 (crafty/start.zip) = 7a9faa5c4c0af5a2defa4dca942daf3d diff --git a/games/crafty/files/crafty.6 b/games/crafty/files/crafty.6 index de99739b358e..11974b7330b5 100644 --- a/games/crafty/files/crafty.6 +++ b/games/crafty/files/crafty.6 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: crafty.6,v 1.1 1998/05/31 09:50:19 seggers Exp seggers $ +.\" $Id: crafty.6,v 1.1.1.1 1998/06/01 04:56:06 mph Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. @@ -44,8 +44,9 @@ the FreeBSD ports collection. To make full use of .Nm one has to copy books.bin and an opening book (all usually located -under /usr/local/lib/crafty) into ones private directories to allow it -to learn during use. +under /usr/local/lib/crafty with standard installation on +your system) into ones private directories to allow it to learn during +use. Note that the installation of the opening books is optional. .Sh ENVIRONMENT .Nm doesn't use any environment variables. |