aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/zip/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-05-04 19:34:31 +0800
committerache <ache@FreeBSD.org>1996-05-04 19:34:31 +0800
commit7fe27c94106f973ba1fa841f2fd6745c5a8c6f57 (patch)
treec967b5d57667046e4b7acbfacb0247bccb7cf1d1 /archivers/zip/Makefile
parentf7758edba95fadb73d60b36e6d1f35ba6eb534bb (diff)
downloadfreebsd-ports-gnome-7fe27c94106f973ba1fa841f2fd6745c5a8c6f57.tar.gz
freebsd-ports-gnome-7fe27c94106f973ba1fa841f2fd6745c5a8c6f57.tar.zst
freebsd-ports-gnome-7fe27c94106f973ba1fa841f2fd6745c5a8c6f57.zip
Upgrade to 2.1 (official release)
Diffstat (limited to 'archivers/zip/Makefile')
-rw-r--r--archivers/zip/Makefile28
1 files changed, 13 insertions, 15 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
index 80e2c9861eb2..4f089c549a3d 100644
--- a/archivers/zip/Makefile
+++ b/archivers/zip/Makefile
@@ -1,27 +1,25 @@
-# New ports collection makefile for: zip
-# Version required: 2.0.1
+# New ports collection makefile for: zip (without encryption)
+# Version required: 2.1
# Date created: 22 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.4 1995/04/16 00:25:14 asami Exp $
+# $Id: Makefile,v 1.5 1995/04/24 10:58:57 asami Exp $
#
-DISTNAME= zip201
-PKGNAME= zip-2.0.1
+DISTNAME= zip21
+PKGNAME= zip-2.1
CATEGORIES+= archivers
-MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/
-EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ftp://quest.jpl.nasa.gov/pub/
+EXTRACT_SUFX= .zip
MAINTAINER= ache@FreeBSD.ORG
-ALL_TARGET= freebsd
+BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
-pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/man/man1
-
-do-install:
- cd ${WRKSRC}; install -c -o bin -g bin zip.1 zipgrep.1 ${PREFIX}/man/man1
- cd ${WRKSRC}; install -c -o bin -g bin zip zipnote zipsplit zipcloak zipgrep ${PREFIX}/bin
+EXTRACT_CMD= unzip
+EXTRACT_ARGS= -oq
+NO_WRKSUBDIR= yes
+MAKEFILE= unix/Makefile
+ALL_TARGET= generic
.include <bsd.port.mk>