diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-09 19:45:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-09 19:45:10 +0000 |
commit | e28b1a693b980e8453dc932859b9f14b7cbd1107 (patch) | |
tree | 61b4e78eab4d2d83ef69a211b6d6b7e4469b9897 /games/wmminichess/Makefile | |
parent | f4cfc096bc9e32d04ec7ff3c49c1e3e98df71907 (diff) |
Notes
Diffstat (limited to 'games/wmminichess/Makefile')
-rw-r--r-- | games/wmminichess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wmminichess/Makefile b/games/wmminichess/Makefile index 0f01c4013cee..872b88f572a1 100644 --- a/games/wmminichess/Makefile +++ b/games/wmminichess/Makefile @@ -8,11 +8,11 @@ PORTNAME= wmminichess PORTVERSION= 0.8 CATEGORIES= games -MASTER_SITES= http://www.electricrain.com/edavis/miniCHESS/ +MASTER_SITES= http://www.foobargeek.com/miniCHESS/ DISTNAME= miniCHESS-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= WindowMaker chess dockapp game +COMMENT= Window Maker chess dockapp game RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${PORTSDIR}/games/gnuchess |