diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-07 18:59:06 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-07 18:59:06 +0000 |
commit | b56d54059a87a992daefd08ba816714a262d13d9 (patch) | |
tree | d09c22facc679a8ea158a95965d31d565b804b6a /games | |
parent | bae76a134e1981c1279d89eefb36e95fcbb17018 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/pythonchess/Makefile | 3 | ||||
-rw-r--r-- | games/pythonchess/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/games/pythonchess/Makefile b/games/pythonchess/Makefile index cf79bcfd7c3d..69801ae52e94 100644 --- a/games/pythonchess/Makefile +++ b/games/pythonchess/Makefile @@ -8,7 +8,8 @@ PORTNAME= pythonchess PORTVERSION= 0.6 CATEGORIES= games -MASTER_SITES= http://www.kolumbus.fi/jyrki.alakuijala/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= alepulver EXTRACT_SUFX= .tgz MAINTAINER= alepulver@FreeBSD.org diff --git a/games/pythonchess/pkg-descr b/games/pythonchess/pkg-descr index 62e774a3317a..ef6d80f0d967 100644 --- a/games/pythonchess/pkg-descr +++ b/games/pythonchess/pkg-descr @@ -2,5 +2,3 @@ pythonchess is a computer chess program for human vs. computer games. pythonchess is a complete chess program with alpha-beta search, hashing, pondering, iterative deepening, etc. implemented in Python programming language. - -WWW: http://www.kolumbus.fi/jyrki.alakuijala/pychess.html |