diff options
author | martin <martin@pkgsrc.org> | 2001-02-20 22:43:08 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2001-02-20 22:43:08 +0000 |
commit | b379b4a4ca94cfc06cf66694851f593de38263d1 (patch) | |
tree | 5c73a62c4be04b398aa4a06573f38d2571b715d7 /archivers | |
parent | 3228b52ec9b27b8ad344c68ebfb805cb38c3c5bc (diff) | |
download | pkgsrc-b379b4a4ca94cfc06cf66694851f593de38263d1.tar.gz |
Change homepage from ftp: to http: URL.
Closes PR 12256.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 6f964cd753b..aa2791ac4d1 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2001/02/17 16:06:15 tron Exp $ +# $NetBSD: Makefile,v 1.28 2001/02/20 22:43:08 martin Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp # @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \ ftp://ftp.fu-berlin.de/pub/unix/tools/archivers/unzip/ MAINTAINER= packages@netbsd.org -HOMEPAGE= ftp://ftp.info-zip.org/pub/infozip/UnZip.html +HOMEPAGE= http://www.info-zip.org/pub/infozip/UnZip.html COMMENT= List, test and extract compressed files in a ZIP archive MAKEFILE= unix/Makefile |