diff options
author | cjep <cjep@pkgsrc.org> | 2003-12-30 17:27:31 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-12-30 17:27:31 +0000 |
commit | c843a6ae2aa70864951f8f05cb68a9a09b2c39ed (patch) | |
tree | 0b52a469632cd371f59e9ecdc391630fb306435a /textproc | |
parent | ae7fd52e7b40c7bbc4f6813276720806e5a66080 (diff) | |
download | pkgsrc-c843a6ae2aa70864951f8f05cb68a9a09b2c39ed.tar.gz |
Add trailing / to HOMEPAGEs
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/latex2html/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-XPath/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index cbbabae5ea2..4fadd03c29b 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/12/24 13:02:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2003/12/30 17:27:31 cjep Exp $ DISTNAME= latex2html-2002-2-1 PKGNAME= latex2html-2002.2.1 @@ -7,7 +7,7 @@ CATEGORIES= textproc converters MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/latex2html/} MAINTAINER= wennmach@NetBSD.org -HOMEPAGE= http://www.latex2html.org +HOMEPAGE= http://www.latex2html.org/ COMMENT= LaTeX to HTML converter DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin diff --git a/textproc/p5-XML-XPath/Makefile b/textproc/p5-XML-XPath/Makefile index 61e80e5d8a9..24464e823a2 100644 --- a/textproc/p5-XML-XPath/Makefile +++ b/textproc/p5-XML-XPath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/12/03 22:14:46 kristerw Exp $ +# $NetBSD: Makefile,v 1.8 2003/12/30 17:27:31 cjep Exp $ DISTNAME= XML-XPath-1.08 PKGNAME= p5-${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://sergeant.org +HOMEPAGE= http://sergeant.org/ COMMENT= XML XPath software USE_BUILDLINK2= YES |