aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-05-13 14:25:04 +0800
committerasami <asami@FreeBSD.org>1995-05-13 14:25:04 +0800
commit115ea3667d49bec090788f40c33c0691275742bd (patch)
tree6e0acdb1caf6e7d2f4ef62c65ebb0f11cdace6f1 /games
parent26a19eac4b24a81c9d1aadf0a0a5840a9099ad3d (diff)
downloadfreebsd-ports-gnome-115ea3667d49bec090788f40c33c0691275742bd.tar.gz
freebsd-ports-gnome-115ea3667d49bec090788f40c33c0691275742bd.tar.zst
freebsd-ports-gnome-115ea3667d49bec090788f40c33c0691275742bd.zip
Added NO_PACKAGES=yes, restrictive copyright.
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>