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/jzip | |
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/jzip')
-rw-r--r-- | games/jzip/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/jzip/Makefile b/games/jzip/Makefile index 613a5bd92602..6d3302a6941e 100644 --- a/games/jzip/Makefile +++ b/games/jzip/Makefile @@ -3,22 +3,17 @@ # Date created: 7 May 1998 # Whom: Matthew Hunt <mph@FreeBSD.org> # -# $Id: Makefile,v 1.3 1998/07/05 04:15:04 mph Exp $ +# $Id: Makefile,v 1.4 1999/02/03 11:11:44 asami Exp $ # DISTNAME= jzip201g PKGNAME= jzip-2.0.1g CATEGORIES= games MASTER_SITES= http://www.freebsd.org/~mph/distfiles/ -EXTRACT_SUFX= .zip MAINTAINER= mph@freebsd.org -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - -EXTRACT_CMD= unzip -EXTRACT_BEFORE_ARGS= -qq -EXTRACT_AFTER_ARGS= # empty +USE_ZIP= yes NO_WRKSUBDIR= yes |