diff options
author | tv <tv@pkgsrc.org> | 2004-10-29 14:32:38 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-29 14:32:38 +0000 |
commit | d5ec323ef3e487ef3690d406e371c3696d0a4dbd (patch) | |
tree | b327cee591d1225a36954a879aef55d9f217c7ba | |
parent | a56e231e917e2d7a8ec6c4a0485b87cbf9a951ca (diff) | |
download | pkgsrc-d5ec323ef3e487ef3690d406e371c3696d0a4dbd.tar.gz |
HOMEPAGE no longer ends in '.php3' -- it's now just '.php'.
-rw-r--r-- | archivers/cabextract/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile index aa595286a8f..c60031b4140 100644 --- a/archivers/cabextract/Makefile +++ b/archivers/cabextract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/10/28 10:35:56 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2004/10/29 14:32:38 tv Exp $ # DISTNAME= cabextract-1.1 @@ -6,7 +6,7 @@ CATEGORIES= archivers MASTER_SITES= http://www.kyz.uklinux.net/downloads/ MAINTAINER= ben@NetBSD.org -HOMEPAGE= http://www.kyz.uklinux.net/cabextract.php3 +HOMEPAGE= http://www.kyz.uklinux.net/cabextract.php COMMENT= Microsoft cabinet (.CAB) file extractor PKG_INSTALLATION_TYPES= overwrite pkgviews |