diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-01 12:34:38 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-01 12:34:38 +0000 |
commit | 539536fae4fd527bda14770b3bd20226a83059a5 (patch) | |
tree | eff880fe16e3f1280be1ad7c9ada21c74eda89ed /games/crafty-open-large | |
parent | f194e3126cfa155a4ba5d53ff2db56d4bd75c6ed (diff) | |
download | ports-539536fae4fd527bda14770b3bd20226a83059a5.tar.gz ports-539536fae4fd527bda14770b3bd20226a83059a5.zip |
Notes
Diffstat (limited to 'games/crafty-open-large')
-rw-r--r-- | games/crafty-open-large/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/crafty-open-large/Makefile b/games/crafty-open-large/Makefile index 69d93341fff2..736814e08663 100644 --- a/games/crafty-open-large/Makefile +++ b/games/crafty-open-large/Makefile @@ -3,7 +3,7 @@ # Date created: 1 June 1998 # Whom: Stefan Eggers <seggers@semyam.dinoco.de> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/04 02:37:37 mph Exp $ # DISTNAME= crafty-open-large-19960910 @@ -13,14 +13,11 @@ DISTFILES= large1.zip large2.zip large3.zip large4.zip MAINTAINER= seggers@semyam.dinoco.de -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ - crafty:${PORTSDIR}/games/crafty +BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty DIST_SUBDIR= crafty -EXTRACT_AFTER_ARGS= -EXTRACT_BEFORE_ARGS= -EXTRACT_CMD= unzip +USE_ZIP= yes NO_WRKSUBDIR= yes post-extract: |