diff options
author | ache <ache@FreeBSD.org> | 2001-02-08 02:48:58 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-02-08 02:48:58 +0800 |
commit | dd8b933c57d7ecfe95a4416c92e51aad75028b0c (patch) | |
tree | 876ec9b60860da26be024d9cdd68bc57ab338bcd /archivers | |
parent | ba418450b9bf07cd19dfa637671d62acbf93b9a4 (diff) | |
download | freebsd-ports-gnome-dd8b933c57d7ecfe95a4416c92e51aad75028b0c.tar.gz freebsd-ports-gnome-dd8b933c57d7ecfe95a4416c92e51aad75028b0c.tar.zst freebsd-ports-gnome-dd8b933c57d7ecfe95a4416c92e51aad75028b0c.zip |
Upgrade to 5.42
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 8 | ||||
-rw-r--r-- | archivers/unzip/distinfo | 2 | ||||
-rw-r--r-- | archivers/unzip/pkg-plist | 1 |
3 files changed, 5 insertions, 6 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 74883396171f..a779b23db8d6 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -6,16 +6,16 @@ # PORTNAME= unzip -PORTVERSION= 5.41 +PORTVERSION= 5.42 CATEGORIES= archivers MASTER_SITES= ftp://ftp.freesoftware.com/pub/infozip/src/ -DISTNAME= ${PORTNAME}541 +DISTNAME= ${PORTNAME}542 MAINTAINER= ache@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= unix/Makefile -MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_SMITH_CODE -DUSE_UNSHRINK" -f +MAKE_FLAGS= LOCAL_UNZIP="${CFLAGS} -DUSE_UNSHRINK" -f MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1 .include <bsd.port.pre.mk> @@ -37,7 +37,7 @@ do-install: .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/unzip -.for file in README COPYING WHERE +.for file in README WHERE ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/unzip .endfor .endif diff --git a/archivers/unzip/distinfo b/archivers/unzip/distinfo index d7ae421e4115..a29950cbd1d5 100644 --- a/archivers/unzip/distinfo +++ b/archivers/unzip/distinfo @@ -1 +1 @@ -MD5 (unzip541.tar.gz) = d5fb7ca068da949765abb8c6bc71666e +MD5 (unzip542.tar.gz) = 4fc23bb7f3fb00ef6af35c5e77ede016 diff --git a/archivers/unzip/pkg-plist b/archivers/unzip/pkg-plist index 091e383bf1ca..0ed5aff2628b 100644 --- a/archivers/unzip/pkg-plist +++ b/archivers/unzip/pkg-plist @@ -5,6 +5,5 @@ bin/funzip bin/unzipsfx bin/zipgrep share/doc/unzip/README -share/doc/unzip/COPYING share/doc/unzip/WHERE @dirrm share/doc/unzip |