diff options
author | seb <seb@pkgsrc.org> | 2005-05-24 12:22:39 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2005-05-24 12:22:39 +0000 |
commit | b761854daf2ddd7e5754570f4cd81e05f69683a4 (patch) | |
tree | 57b4a3e1a4c56c7977dc98fc783687776aff23d0 /textproc | |
parent | 6a02052ed9f969361599bb861668b4e98ae3d039 (diff) | |
download | pkgsrc-b761854daf2ddd7e5754570f4cd81e05f69683a4.tar.gz |
Actually set HOMEPAGE to the official homepage on sourceforge.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-XSLT/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-XSLT/Makefile b/textproc/p5-XML-XSLT/Makefile index b042e569c79..c28561bdfb8 100644 --- a/textproc/p5-XML-XSLT/Makefile +++ b/textproc/p5-XML-XSLT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/05/24 12:19:24 seb Exp $ +# $NetBSD: Makefile,v 1.14 2005/05/24 12:22:39 seb Exp $ DISTNAME= XML-XSLT-0.48 PKGNAME= p5-${DISTNAME} @@ -8,7 +8,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/XML-XSLT/ +HOMEPAGE= http://xmlxslt.sourceforge.net/ COMMENT= Perl5 module for processing XSLT PKG_INSTALLATION_TYPES= overwrite pkgviews |