diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-08-15 08:41:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-08-15 08:41:35 +0000 |
commit | 49fdd828479780ec85fd88654cc768519a9dd8a2 (patch) | |
tree | b680d3ad6ff0a54071bebb774030212af92d43f2 /games/crafty/Makefile | |
parent | db9b2b3b27730edfc90a494c67014371f11c98bf (diff) | |
download | ports-49fdd828479780ec85fd88654cc768519a9dd8a2.tar.gz ports-49fdd828479780ec85fd88654cc768519a9dd8a2.zip |
Notes
Diffstat (limited to 'games/crafty/Makefile')
-rw-r--r-- | games/crafty/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 928bfce846d0..eb39916a7728 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -6,7 +6,7 @@ # PORTNAME= crafty -PORTVERSION= 23.2 +PORTVERSION= 23.3 CATEGORIES= games MASTER_SITES= http://www.craftychess.com/:src \ ftp://ftp.cis.uab.edu/pub/hyatt/pgn/:data \ @@ -25,6 +25,8 @@ COMMENT= A chess programm for playing and analyzing games USE_ZIP= yes USE_GMAKE= yes +WRKSRC= ${WRKDIR} + BOOKS= books.bin DISTFILES+= ${BOOKS:S/$/:books/} |