From a634d7ed111dc2cdce6d30e4f009b3a1bf2c24ef Mon Sep 17 00:00:00 2001 From: jsg Date: Thu, 12 Jan 2006 12:39:06 +0000 Subject: [PATCH] Fix pkgname according to packages-specs(7). --- textproc/latex2html/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 17dad510c5a..dc13afd8562 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.23 2005/04/28 14:42:26 sturm Exp $ +# $OpenBSD: Makefile,v 1.24 2006/01/12 12:39:06 jsg Exp $ COMMENT= "LaTeX to HTML converter" -DISTNAME= latex2html-2002-2-1 -PKGNAME= ${DISTNAME}p0 +VERSION= 2002-2-1 +DISTNAME= latex2html-${VERSION} +PKGNAME= latex2html-${VERSION:S/-/./g}p0 CATEGORIES= textproc www HOMEPAGE= http://www.latex2html.org/