diff options
author | jlam <jlam@pkgsrc.org> | 2002-02-25 04:47:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-02-25 04:47:21 +0000 |
commit | e7de7e88404ccabf01c6e2d0e9e144f4290d329a (patch) | |
tree | ee8f93aee9b637d1f9475eb86c6e9744c2366f35 /archivers/zip1 | |
parent | 268e051e45c12f7ea533d2dcbeb93de72657114c (diff) | |
download | pkgsrc-e7de7e88404ccabf01c6e2d0e9e144f4290d329a.tar.gz |
Use the default EXTRACT_CMD instead of a hand-crafted one, as the default
is sufficient.
Diffstat (limited to 'archivers/zip1')
-rw-r--r-- | archivers/zip1/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index f30d39ded26..8ac3bde79dc 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/09/27 23:17:42 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2002/02/25 04:47:21 jlam Exp $ # DISTNAME= zip1-1.1 @@ -11,14 +11,10 @@ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.info-zip.org/pub/infozip/ COMMENT= Create/update ZIP files compatible with pkzip version 1 -BUILD_DEPENDS= unzip-[0-9]*:../../archivers/unzip - RESTRICTED= "Do not modify. Do not sell for profit." NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} -EXTRACT_CMD= unzip -qo ${DOWNLOADED_DISTFILE} - MAKEFILE= makefile MAKE_FLAGS= CFLAGS="${CFLAGS} -DDIRENT" LFLAGS2="-lcompat" ALL_TARGET= zip |