diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-13 06:25:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-13 06:25:04 +0000 |
commit | 5db21736b5f6203748bd127196d4917efa7991a7 (patch) | |
tree | e49e409aa4876033e34991d5f94b42cfe4b6c763 /games/xrisk | |
parent | 2e5bd551c08d9174f2e5909d8334a7db195d4a7e (diff) | |
download | ports-5db21736b5f6203748bd127196d4917efa7991a7.tar.gz ports-5db21736b5f6203748bd127196d4917efa7991a7.zip |
Added NO_PACKAGES=yes, restrictive copyright.
Notes
Notes:
svn path=/head/; revision=1708
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> |