diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-06-04 02:40:28 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-06-04 02:40:28 +0000 |
commit | 1fb9364fbbad82d7be62c3920bb46b6543c39119 (patch) | |
tree | 9261238b2b4da4c70898d92293e1459dfeb0569e /games/crafty | |
parent | c06ff880c377e44dc8a26c89a25fdf8770c85bb0 (diff) | |
download | ports-1fb9364fbbad82d7be62c3920bb46b6543c39119.tar.gz ports-1fb9364fbbad82d7be62c3920bb46b6543c39119.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>
Notes
Notes:
svn path=/head/; revision=11235
Diffstat (limited to 'games/crafty')
-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 afb5d72fe3f6..80f21f8c8769 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) |