diff options
author | fredb <fredb@pkgsrc.org> | 2001-02-15 17:51:46 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-02-15 17:51:46 +0000 |
commit | fa0e104971615139a60e4361878182d7af3f6fbf (patch) | |
tree | 9e3a54b9e60dc8b4593a294e58a201b17248291e /archivers/unzip/Makefile | |
parent | d11401208bbfd23f99df51c530454e27d46532dd (diff) | |
download | pkgsrc-fa0e104971615139a60e4361878182d7af3f6fbf.tar.gz |
From the release notes:
The 5.42 maintance release fixes more bugs and cleans up the redistribution
conditions:
- removal of unreduce.c and amiga/timelib.c code to get rid of the last
distribution restrictions beyond the BSD-like Info-ZIP LICENSE
- new generic timelib replacement (currently used by AMIGA port)
- more reasonable mapping rules of UNIX "leading-dot" filenames to the
DOS 8.3 name convention
- repaired screensize detection in MORE paging code
(was broken for DOS/OS2/WIN32 in 5.41)
Diffstat (limited to 'archivers/unzip/Makefile')
-rw-r--r-- | archivers/unzip/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 42478646743..bc2cb6f3b16 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.23 2000/10/21 20:50:57 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2001/02/15 17:51:46 fredb Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp # -DISTNAME= unzip541 -PKGNAME= unzip-5.41 +DISTNAME= unzip542 +PKGNAME= unzip-5.42 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= archivers +COMMENT= List, test and extract compressed files in a ZIP archive MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \ - ftp://ftp.icce.rug.nl/infozip/src/ + ftp://ftp.icce.rug.nl/infozip/src/ \ + ftp://uiarchive.cso.uiuc.edu/pub/packages/zip/src/ MAINTAINER= packages@netbsd.org HOMEPAGE= ftp://ftp.info-zip.org/pub/infozip/UnZip.html @@ -24,7 +26,7 @@ do-install: cd ${WRKSRC}/man && ${INSTALL_MAN} funzip.1 unzip.1 unzipsfx.1 \ zipgrep.1 zipinfo.1 ${PREFIX}/man/man1 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unzip - cd ${WRKSRC} && ${INSTALL_DATA} COPYING LICENSE README WHERE \ + cd ${WRKSRC} && ${INSTALL_DATA} BUGS COPYING.OLD LICENSE README WHERE \ ${PREFIX}/share/doc/unzip .include "../../mk/bsd.pkg.mk" |