diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-26 06:15:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-26 06:15:27 +0000 |
commit | a0845ea96a0a54a2a7ad070152162d723dc63c1e (patch) | |
tree | 188487ac23ee25a1e7edd2059b3f5f3e805154b4 /games | |
parent | b35c9560d5a5a5bbe6dfc3d12c4bc0be627ca56a (diff) | |
download | pkgsrc-a0845ea96a0a54a2a7ad070152162d723dc63c1e.tar.gz |
Fix typo in RESTRICTED.
Diffstat (limited to 'games')
-rw-r--r-- | games/tscp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tscp/Makefile b/games/tscp/Makefile index 6208af09a84..49f066d8a96 100644 --- a/games/tscp/Makefile +++ b/games/tscp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:09:23 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2007/03/26 06:15:27 wiz Exp $ # DISTNAME= tscp181 @@ -13,7 +13,7 @@ HOMEPAGE= http://home.comcast.net/~tckerrigan/ COMMENT= Tom Kerrigan's Simple Chess Program -RESTRICTED= No distribtion without authorisation from Tom Kerrigan +RESTRICTED= No distribution without authorisation from Tom Kerrigan NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} |