diff options
author | mason <mason@pkgsrc.org> | 2004-04-04 08:53:48 +0000 |
---|---|---|
committer | mason <mason@pkgsrc.org> | 2004-04-04 08:53:48 +0000 |
commit | b80f4a3c08f5dc779dbd7d989514d262c7f9fb0b (patch) | |
tree | 64936971c8689c44003ec34a0568560506476b7b /x11 | |
parent | c1b15d9ca12cacd33ff2a5d4d9cc2f336c54c199 (diff) | |
download | pkgsrc-b80f4a3c08f5dc779dbd7d989514d262c7f9fb0b.tar.gz |
HOMEPAGE was incorrect, pointing to non-existant page.
Correct page: http://cpan.uwinnipeg.ca/htdocs/Tk/Tk.html
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-Tk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/p5-Tk/Makefile b/x11/p5-Tk/Makefile index d33cef09828..bf2d3dcb2c1 100644 --- a/x11/p5-Tk/Makefile +++ b/x11/p5-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/03/22 12:27:19 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2004/04/04 08:53:48 mason Exp $ # FreeBSD Id: Makefile,v 1.14 1997/09/14 04:00:00 jfitz Exp # @@ -9,7 +9,7 @@ CATEGORIES= x11 tk perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tk/} MAINTAINER= shell@NetBSD.org -HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Tk/pod/overview.html +HOMEPAGE= http://cpan.uwinnipeg.ca/htdocs/Tk/Tk.html COMMENT= Perl5 interface to Tk BUILD_DEPENDS= p5-HTML-Parser>=3.19:../../www/p5-HTML-Parser |