diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-03-21 12:45:25 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-03-21 12:45:25 +0000 |
commit | acd48b54eb532e76bfbc78ee35e5d275599c7587 (patch) | |
tree | 415ce21b4d43c76443e1d139e390b4da16b8bcca /textproc/catdoc/Makefile | |
parent | 699c5c9ae381686decd5dcff994351847ab4f1ad (diff) |
Notes
Diffstat (limited to 'textproc/catdoc/Makefile')
-rw-r--r-- | textproc/catdoc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index 405e4f7796c3..414ba8642b49 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -6,17 +6,16 @@ # PORTNAME= catdoc -PORTVERSION= 0.94 +PORTVERSION= 0.94.2 CATEGORIES= textproc MASTER_SITES= ftp://ftp.45.free.net/pub/catdoc/ # ${MASTER_SITE_TEX_CTAN:S/$/support\/catdoc\//} MAINTAINER= ports@FreeBSD.org -COMMENT= Convert MS Word/Excel documents to plain ASCII or TeX. TK viewer included +COMMENT= MS Word/Excel converter to plain ASCII or TeX. TK viewer included GNU_CONFIGURE= yes USE_GMAKE= yes -USE_REINPLACE= yes MAN1= catdoc.1 wordview.1 xls2csv.1 catppt.1 .if !defined(LANG) || ${LANG} != ru_RU.KOI8-R |