diff options
author | jseger <jseger@FreeBSD.org> | 1999-05-01 20:34:38 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-05-01 20:34:38 +0800 |
commit | bf66188ea8cc884c43be69a337f79f2327741831 (patch) | |
tree | 37836894d5dfce53383d04089187fb5afc160763 /games/crafty-open-small/Makefile | |
parent | 3bf6614da37d1e86a2552cf324bbdd4d453fd306 (diff) | |
download | freebsd-ports-gnome-bf66188ea8cc884c43be69a337f79f2327741831.tar.gz freebsd-ports-gnome-bf66188ea8cc884c43be69a337f79f2327741831.tar.zst freebsd-ports-gnome-bf66188ea8cc884c43be69a337f79f2327741831.zip |
Switch to using USE_ZIP along with minor cleanups to some ports.
Diffstat (limited to 'games/crafty-open-small/Makefile')
-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: |