diff options
author | krion <krion@FreeBSD.org> | 2004-01-31 06:59:08 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-31 06:59:08 +0800 |
commit | da44065339901e8f9649a3f20844de1148ca4b41 (patch) | |
tree | a55a5840885e6ea5592ab44bed7d8b176e673b07 /textproc/latex2html/Makefile | |
parent | 0f62b47d128ee9dbee3b4780e6f72add33f60c6e (diff) | |
download | freebsd-ports-gnome-da44065339901e8f9649a3f20844de1148ca4b41.tar.gz freebsd-ports-gnome-da44065339901e8f9649a3f20844de1148ca4b41.tar.zst freebsd-ports-gnome-da44065339901e8f9649a3f20844de1148ca4b41.zip |
- Fix plist and bump PORTREVISION
Noticed by: bento via kris
Diffstat (limited to 'textproc/latex2html/Makefile')
-rw-r--r-- | textproc/latex2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 752fd29342dd..aa4c6c86e92e 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -7,7 +7,7 @@ PORTNAME= latex2html PORTVERSION= 2002.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= support/${PORTNAME} |