diff options
author | wiz <wiz> | 2002-10-28 13:28:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-28 13:28:07 +0000 |
commit | 6acafa5dc442cfb1415ae165c0ed54ff1d293fd5 (patch) | |
tree | e71050b0de20637c0b8c239c7d9e46ac75b71918 /games | |
parent | 51d4d50aeb9e3b21a9a7a7f246cd73440ae30634 (diff) | |
download | pkgsrc-6acafa5dc442cfb1415ae165c0ed54ff1d293fd5.tar.gz |
Fix HOMEPAGE and MASTER_SITES. From Robert Elz in PR 18824.
Diffstat (limited to 'games')
-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 |