diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-08 02:59:06 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-08 02:59:06 +0800 |
commit | f4df6125e4cbbe9087c664dc83f1f925b1b87f98 (patch) | |
tree | 1fe652f8373c9ed763f877804debbc3b617a25bf /games | |
parent | c098c9538dea1bb069c031c7b6cadd06a9258990 (diff) | |
download | freebsd-ports-gnome-f4df6125e4cbbe9087c664dc83f1f925b1b87f98.tar.gz freebsd-ports-gnome-f4df6125e4cbbe9087c664dc83f1f925b1b87f98.tar.zst freebsd-ports-gnome-f4df6125e4cbbe9087c664dc83f1f925b1b87f98.zip |
- Remove invalid WWW entry from pkg-descr.
- Mirror distfile to my ~/public_distfiles (MASTER_SITE disappeared).
Reported by: Bill "distfiles" Fenner
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 |