diff options
author | enami <enami@pkgsrc.org> | 2011-11-22 05:49:00 +0000 |
---|---|---|
committer | enami <enami@pkgsrc.org> | 2011-11-22 05:49:00 +0000 |
commit | b6d51dc09f4b8e485670f5bb7df2d43f994ac6ec (patch) | |
tree | a4bc9130aa9de51a20213eac5131660e0d3b4de4 /archivers/zip | |
parent | 6523c3b294a721801311b3b043c6debcbe77d094 (diff) | |
download | pkgsrc-b6d51dc09f4b8e485670f5bb7df2d43f994ac6ec.tar.gz |
Fix 404 homepage url with reachable one. Reported by noztos on twitter.
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index e930ea172d8..25e9a12a1f4 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2010/01/21 16:32:21 heinz Exp $ +# $NetBSD: Makefile,v 1.59 2011/11/22 05:49:00 enami Exp $ DISTNAME= zip30 PKGNAME= zip-3.0 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ EXTRACT_SUFX= .tgz MAINTAINER= wiz@NetBSD.org -HOMEPAGE= http://www.info-zip.org/pub/infozip/Zip.html +HOMEPAGE= http://www.info-zip.org/Zip.html COMMENT= Create/update ZIP files compatible with pkzip LICENSE= info-zip |