diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-06-14 03:21:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-06-14 03:21:40 +0000 |
commit | fdeb9ade7a66949f23c7ae2b82e70ea2f2377d53 (patch) | |
tree | 352907c00047860b7517d51eb357a5707623a086 /games/xrisk | |
parent | 102944a9a6f6b21272cb8b8016048e1a575e020c (diff) |
Change NO_PACKAGE to RESTRICTED, the reason is possible trademark
infringement.
Notes
Notes:
svn path=/head/; revision=3205
Diffstat (limited to 'games/xrisk')
-rw-r--r-- | games/xrisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index 93ac0914599b..7f442434a4c5 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.5 1995/05/27 07:44:07 asami Exp $ +# $Id: Makefile,v 1.6 1996/03/07 02:19:45 asami Exp $ # DISTNAME= xrisk-2.13 @@ -12,6 +12,6 @@ MASTER_SITES= ftp://geocub.greco-prog.fr/pub/Games/ EXTRACT_SUFX= .tar.Z USE_X11= yes -NO_PACKAGE= yes # restrictive copyright +RESTRICTED= "Possible trademark infringement." .include <bsd.port.mk> |