diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-28 13:28:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-28 13:28:07 +0000 |
commit | 5a8fed1a64d68b28f91c2f217d7c268941d20829 (patch) | |
tree | e71050b0de20637c0b8c239c7d9e46ac75b71918 /games/tscp | |
parent | 99f02f2393331c6d73a9a6b7fcc1c138639e284e (diff) | |
download | pkgsrc-5a8fed1a64d68b28f91c2f217d7c268941d20829.tar.gz |
Fix HOMEPAGE and MASTER_SITES. From Robert Elz in PR 18824.
Diffstat (limited to 'games/tscp')
-rw-r--r-- | games/tscp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/tscp/Makefile b/games/tscp/Makefile index ac6f3a80490..32974899fe6 100644 --- a/games/tscp/Makefile +++ b/games/tscp/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.6 2001/12/20 01:34:41 simonb Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/28 13:28:07 wiz Exp $ # DISTNAME= tscp173 PKGNAME= tscp-1.73 CATEGORIES= games benchmarks -MASTER_SITES= http://home.earthlink.net/~tckjr/ +MASTER_SITES= http://home.attbi.com/~tckerrigan/ EXTRACT_SUFX= .zip MAINTAINER= abs@netbsd.org -HOMEPAGE= http://home.earthlink.net/~tckjr/ +HOMEPAGE= http://home.attbi.com/~tckerrigan/ COMMENT= Tom Kerrigan's Simple Chess Program RESTRICTED= No distribtion without authorisation from Tom Kerrigan |