diff options
author | asami <asami@FreeBSD.org> | 1996-06-14 03:21:40 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-06-14 03:21:40 +0000 |
commit | 6813b6c1644127e677b309bb28ca8c1c324ce2e4 (patch) | |
tree | be0856db9cc29411e0dca812d48f4bff1f98fac3 /games/xrisk/Makefile | |
parent | f4fb24b210d4af8dec59e9415bb78dd0007d628d (diff) | |
download | FreeBSD-ports-6813b6c1644127e677b309bb28ca8c1c324ce2e4.zip FreeBSD-ports-6813b6c1644127e677b309bb28ca8c1c324ce2e4.tar.gz |
Change NO_PACKAGE to RESTRICTED, the reason is possible trademark
infringement.
Diffstat (limited to 'games/xrisk/Makefile')
-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 93ac091..7f44243 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> |