diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-04-14 00:19:35 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-04-14 00:19:35 +0000 |
commit | 85de26bbcd03a2c40ac79ddbf46f14a0adb27ed5 (patch) | |
tree | 042febf0c8626bc777a7b82aeae25d21ff39475a /archivers | |
parent | 9eccb6831ef43e597b0ea093acc43a02750663d5 (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 3 | ||||
-rw-r--r-- | archivers/unzip/pkg-descr | 2 | ||||
-rw-r--r-- | archivers/zip/Makefile | 3 | ||||
-rw-r--r-- | archivers/zip/pkg-descr | 2 |
4 files changed, 4 insertions, 6 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 3968ec3d9dcd..174ed902f9ce 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -3,7 +3,7 @@ # Date created: 17 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.22 1998/12/28 01:43:34 ache Exp $ +# $Id: Makefile,v 1.23 1999/03/12 15:28:43 scrappy Exp $ # DISTNAME= unzip540 @@ -14,7 +14,6 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ MAINTAINER= ache@FreeBSD.ORG Y2K= http://www.cdrom.com/pub/infozip/FAQ.html#Y2K -WWW_SITE= http://www.cdrom.com/pub/infozip/UnZip.html WRKSRC= ${WRKDIR}/unzip-5.40 MAKEFILE= unix/Makefile diff --git a/archivers/unzip/pkg-descr b/archivers/unzip/pkg-descr index 456f562f8ab1..061d3002d284 100644 --- a/archivers/unzip/pkg-descr +++ b/archivers/unzip/pkg-descr @@ -18,4 +18,4 @@ from the specified file instead of from stdin. Unzipsfx may be used to create self-extracting ZIP archives from previously created ZIP archives. -http://infozip.cdrom.com/pub/infozip/ +WWW: http://infozip.cdrom.com/pub/infozip/ diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 714d8aa06d9c..5323b19724ea 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.12 1998/07/24 19:45:41 hoek Exp $ +# $Id: Makefile,v 1.13 1999/03/12 15:28:44 scrappy Exp $ # DISTNAME= zip22 @@ -14,7 +14,6 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/ MAINTAINER= ache@FreeBSD.ORG Y2K= http://www.cdrom.com/pub/infozip/FAQ.html#Y2K -WWW_SITE= http://www.cdrom.com/pub/infozip/Zip.html WRKSRC= ${WRKDIR}/zip-2.2 MAKEFILE= unix/Makefile diff --git a/archivers/zip/pkg-descr b/archivers/zip/pkg-descr index 060c7433d787..155ab6a00280 100644 --- a/archivers/zip/pkg-descr +++ b/archivers/zip/pkg-descr @@ -3,4 +3,4 @@ PKZIP 2.04g (Phil Katz ZIP) for MSDOS systems. There is a companion to zip called unzip (of course) which you can also install from the ports/package system. -http://infozip.cdrom.com/pub/infozip/ +WWW: http://infozip.cdrom.com/pub/infozip/ |