diff options
Diffstat (limited to 'games/xrisk')
-rw-r--r-- | games/xrisk/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index 0dca3fa2c81b..2230fb6a7bd1 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.2 1995/04/01 12:45:35 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/11 00:20:54 asami Exp $ # DISTNAME= xrisk-2.13 @@ -11,4 +11,8 @@ CATEGORIES+= games MASTER_SITES= ftp://geocub.greco-prog.fr/pub/Games/ EXTRACT_SUFX= .tar.Z +# We can't distribute the source or the package because of +# the restrictive copyright. +NO_PACKAGE= yes + .include <bsd.port.mk> |