diff options
author | nork <nork@FreeBSD.org> | 2002-10-27 23:00:19 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-10-27 23:00:19 +0800 |
commit | 11728af5ece45216519760dbbbdc4b75b4f061c7 (patch) | |
tree | 033545d53add6dccc0d82425007bf0c869aef84a /textproc/latex2html/Makefile | |
parent | e7dfffa2b9a6c05abb4483efabad412d871e51cb (diff) | |
download | freebsd-ports-gnome-11728af5ece45216519760dbbbdc4b75b4f061c7.tar.gz freebsd-ports-gnome-11728af5ece45216519760dbbbdc4b75b4f061c7.tar.zst freebsd-ports-gnome-11728af5ece45216519760dbbbdc4b75b4f061c7.zip |
Fix correct ports version.
PR: ports/44525
Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru>
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 7604d3700637..ca1e8164353a 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -6,11 +6,11 @@ # PORTNAME= latex2html -PORTVERSION= 2002-2-1 +PORTVERSION= 2002.2.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= support/${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} MAINTAINER= ports@FreeBSD.org |