diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-04 12:30:48 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-04 12:30:48 +0000 |
commit | ad350a399e87a6d35b4f47e1291273f744d3f48f (patch) | |
tree | e0e95c4e2c4e7d511cea787e798ca3680c18fd9b /archivers/unzip | |
parent | 14b74b36e38c4e9381aa5da213e4d912c35e4999 (diff) | |
download | ports-ad350a399e87a6d35b4f47e1291273f744d3f48f.tar.gz ports-ad350a399e87a6d35b4f47e1291273f744d3f48f.zip |
Notes
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 18 | ||||
-rw-r--r-- | archivers/unzip/distinfo | 2 | ||||
-rw-r--r-- | archivers/unzip/pkg-comment | 2 | ||||
-rw-r--r-- | archivers/unzip/pkg-plist | 5 |
4 files changed, 12 insertions, 15 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 5bb715a4b011..a169baed359f 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,24 +1,22 @@ # New ports collection makefile for: unzip -# Version required: 5.12 +# Version required: 5.2 # Date created: 17 October 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.4 1995/04/15 04:45:17 asami Exp $ # -DISTNAME= unzip-5.12 +DISTNAME= unzip-5.2 CATEGORIES+= archivers -MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ -DISTFILES= unzip512.tar.Z +MASTER_SITES= ftp://quest.jpl.nasa.gov/pub/ +DISTFILES= unzip52.tar.Z + +MAINTAINER= ache@FreeBSD.ORG MAKEFILE= unix/Makefile ALL_TARGET= bsd -MAKE_FLAGS= LOCAL_UNZIP="-O2 -DCHECK_EOF" \ +MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS}" \ INSTALL="install -c -o bin -g bin" \ prefix=${PREFIX} -f -pre-install: - @mkdir -p ${PREFIX}/bin - @mkdir -p ${PREFIX}/man/man1 - .include <bsd.port.mk> diff --git a/archivers/unzip/distinfo b/archivers/unzip/distinfo index ee0a13a803b2..da61b58ce69d 100644 --- a/archivers/unzip/distinfo +++ b/archivers/unzip/distinfo @@ -1 +1 @@ -MD5 (unzip512.tar.Z) = 7ea65f80ff558dcb82600fb38fbaac0f +MD5 (unzip52.tar.Z) = dd3d483bd06d8cb05fe5d74229bcbf57 diff --git a/archivers/unzip/pkg-comment b/archivers/unzip/pkg-comment index b369173543fc..b77c72fae3ff 100644 --- a/archivers/unzip/pkg-comment +++ b/archivers/unzip/pkg-comment @@ -1 +1 @@ -unzip - list, test and extract compressed files in a ZIP archive. Version 5.12 +unzip - list, test and extract compressed files in a ZIP arcchive (without encryption) diff --git a/archivers/unzip/pkg-plist b/archivers/unzip/pkg-plist index 493f99e39d23..d66f6e8a536c 100644 --- a/archivers/unzip/pkg-plist +++ b/archivers/unzip/pkg-plist @@ -1,10 +1,9 @@ -@cd /usr/local @owner bin @mode 755 -bin/funzip bin/unzip +@exec ln -f %D/%F %B/zipinfo +bin/funzip bin/unzipsfx -bin/zipinfo @mode 644 man/man1/funzip.1 man/man1/unzip.1 |