summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-13 06:25:04 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-13 06:25:04 +0000
commit5db21736b5f6203748bd127196d4917efa7991a7 (patch)
treee49e409aa4876033e34991d5f94b42cfe4b6c763 /games
parentSwap oneko/nethack to put them in alphabetical order (my fault!), add (diff)
Added NO_PACKAGES=yes, restrictive copyright.
Notes
Notes: svn path=/head/; revision=1708
Diffstat (limited to 'games')
-rw-r--r--games/xrisk/Makefile6
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>