diff options
author | mph <mph@FreeBSD.org> | 1998-06-04 02:40:28 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-06-04 02:40:28 +0000 |
commit | f8338bfd18aae528689c82974769745954fd0a21 (patch) | |
tree | b635953d8b70c742eeae71e6c3ff42babb456866 | |
parent | c81009c34428f5ae397fdf8e47b4c96473ea846f (diff) | |
download | FreeBSD-ports-f8338bfd18aae528689c82974769745954fd0a21.zip FreeBSD-ports-f8338bfd18aae528689c82974769745954fd0a21.tar.gz |
Remove restrictions on crafty. As long as we don't increase the
price of our CD as a result of adding crafty, we're okay.
PR: 6842
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
-rw-r--r-- | LEGAL | 3 | ||||
-rw-r--r-- | games/crafty/Makefile | 4 |
2 files changed, 2 insertions, 5 deletions
@@ -1,5 +1,5 @@ # Creator: Jordan Hubbard -# $Id: LEGAL,v 1.106 1998/05/16 03:10:46 dburr Exp $ +# $Id: LEGAL,v 1.107 1998/06/01 04:57:11 mph Exp $ Some of the ports in this directory have restrictive copyrights prohibiting their actual redistribution on mass media. When creating compilations @@ -32,7 +32,6 @@ contool-* ports/sysutils/contool Don't incorporate the source subsequently sold. cosmo/* ports/games/cosmo Possible copyright infringement crack-5.0 ports/security/crack Crypto; export-controlled -crafty/* ports/games/crafty Licensing terms unknown cs-0.3 ports/devel/cs License required for redistribution on CDROM. dc3play-* ports/graphics/dc3play No redistribution due to diff --git a/games/crafty/Makefile b/games/crafty/Makefile index afb5d72..80f21f8 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -3,7 +3,7 @@ # Date created: 31 May 1998 # Whom: Stefan Eggers <seggers@semyam.dinoco.de> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/01 04:56:05 mph Exp $ # DISTNAME= crafty-15.10 @@ -22,9 +22,7 @@ DIST_SUBDIR= crafty EXTRACT_ONLY= crafty-15.10.tar.gz MAN6= crafty.6 -NO_CDROM= yes NO_WRKSUBDIR= yes -RESTRICTED= "found no copyright notice or anything else - better be safe than sorry" post-extract: (cd ${WRKDIR}; unzip ${DISTDIR}/${DIST_SUBDIR}/start.zip) |