diff options
author | abs <abs@pkgsrc.org> | 2004-04-29 17:45:45 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-04-29 17:45:45 +0000 |
commit | 64d292c8eabb3bb35437b3a6b4bf7dd1eb71046e (patch) | |
tree | 8b92a23048dc23673c8f06a95265d7def296ba83 | |
parent | 1dd6aae87008f31ff15a564e718080ea78887c32 (diff) | |
download | pkgsrc-64d292c8eabb3bb35437b3a6b4bf7dd1eb71046e.tar.gz |
Fix HOMEPAGE
-rw-r--r-- | graphics/p5-GDGraph/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-GDGraph/Makefile b/graphics/p5-GDGraph/Makefile index cf7a07aa22d..ed508e7724a 100644 --- a/graphics/p5-GDGraph/Makefile +++ b/graphics/p5-GDGraph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/09/16 13:37:47 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/29 17:45:45 abs Exp $ # DISTNAME= GDGraph-1.43 @@ -8,7 +8,7 @@ CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} MAINTAINER= damon@brodiefamily.org -HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/GDGraph/Graph.html +HOMEPAGE= http://cpan.uwinnipeg.ca/htdocs/GDGraph/GD/Graph.html COMMENT= GDGraph is a package to generate charts, using Lincoln Stein's GD.pm DEPENDS+= p5-GDTextUtil>=0.75:../../graphics/p5-GDTextUtil |