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-medium | |
parent | Back out to rev 1.3, the last committer is steve. (diff) |
Switch to using USE_ZIP along with minor cleanups to some ports.
Notes
Notes:
svn path=/head/; revision=18296
Diffstat (limited to 'games/crafty-open-medium')
-rw-r--r-- | games/crafty-open-medium/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/crafty-open-medium/Makefile b/games/crafty-open-medium/Makefile index d9d6de7d2e15..cdb8c621c48e 100644 --- a/games/crafty-open-medium/Makefile +++ b/games/crafty-open-medium/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:33:59 mph Exp $ # DISTNAME= medium PKGNAME= crafty-open-medium-19960910 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: |