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-small | |
parent | f194e3126cfa155a4ba5d53ff2db56d4bd75c6ed (diff) |
Notes
Diffstat (limited to 'games/crafty-open-small')
-rw-r--r-- | games/crafty-open-small/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/crafty-open-small/Makefile b/games/crafty-open-small/Makefile index 8fa24333670d..b3cdc9903135 100644 --- a/games/crafty-open-small/Makefile +++ b/games/crafty-open-small/Makefile @@ -3,25 +3,21 @@ # Date created: 1 June 1998 # Whom: Stefan Eggers <seggers@semyam.dinoco.de> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/04 02:31:58 mph Exp $ # DISTNAME= small PKGNAME= crafty-open-small-19970301 CATEGORIES= games MASTER_SITES= ftp://ftp.cis.uab.edu/pub/hyatt/common/ -EXTRACT_SUFX= .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 do-build: |