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/latex2html/Makefile | |
parent | ae7fd52e7b40c7bbc4f6813276720806e5a66080 (diff) | |
download | pkgsrc-c843a6ae2aa70864951f8f05cb68a9a09b2c39ed.tar.gz |
Add trailing / to HOMEPAGEs
Diffstat (limited to 'textproc/latex2html/Makefile')
-rw-r--r-- | textproc/latex2html/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |