diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-11-25 20:46:12 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-11-25 20:46:12 +0000 |
commit | e69f22f9025b2dcd6fefc077657beede57032084 (patch) | |
tree | 5b4fd5a8ed6d856d52bf033e7e8d9de1279522e7 /archivers/zip/Makefile | |
parent | Install html docs too (diff) |
Upgrade to 2.2
Diffstat (limited to 'archivers/zip/Makefile')
-rw-r--r-- | archivers/zip/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 9378c00fd0f8..0df93cdec2d8 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,26 +1,21 @@ # New ports collection makefile for: zip (without encryption) # http://infozip.cdrom.com/pub/infozip/ # -# Version required: 2.1 +# Version required: 2.2 # Date created: 22 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.9 1997/01/06 21:36:16 ache Exp $ +# $Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp $ # -DISTNAME= zip21 -PKGNAME= zip-2.1 +DISTNAME= zip22 +PKGNAME= zip-2.2 CATEGORIES= archivers MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ -EXTRACT_SUFX= .zip MAINTAINER= ache@FreeBSD.ORG -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - -EXTRACT_CMD= unzip -EXTRACT_ARGS= -oq -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/zip-2.2 MAKEFILE= unix/Makefile MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}" -f ALL_TARGET= generic |