diff options
author | mph <mph@FreeBSD.org> | 1998-06-04 10:40:28 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-06-04 10:40:28 +0800 |
commit | f8338bfd18aae528689c82974769745954fd0a21 (patch) | |
tree | b635953d8b70c742eeae71e6c3ff42babb456866 /games | |
parent | c81009c34428f5ae397fdf8e47b4c96473ea846f (diff) | |
download | freebsd-ports-graphics-f8338bfd18aae528689c82974769745954fd0a21.tar.gz freebsd-ports-graphics-f8338bfd18aae528689c82974769745954fd0a21.tar.zst freebsd-ports-graphics-f8338bfd18aae528689c82974769745954fd0a21.zip |
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>
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index afb5d72fe3f..80f21f8c876 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) |