diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-13 04:05:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-13 04:05:39 +0000 |
commit | aa7a9345134f556c4b234faefce5a8891db54586 (patch) | |
tree | ee41cbe02ab384ccff1b7000d3a7ed0a92d1cd77 /textproc/catdoc | |
parent | 49ac5e17a80d86d96382c3feddadc0065b6f3d64 (diff) | |
download | ports-aa7a9345134f556c4b234faefce5a8891db54586.tar.gz ports-aa7a9345134f556c4b234faefce5a8891db54586.zip |
Notes
Diffstat (limited to 'textproc/catdoc')
-rw-r--r-- | textproc/catdoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index 22b6fe9bd08f..8e43f420fd40 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -17,7 +17,7 @@ COMMENT= Convert MS Word/Excel documents to plain ASCII or TeX. TK viewer inclu GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes -MAN1= catdoc.1 xls2csv.1 +MAN1= catdoc.1 wordview.1 xls2csv.1 .if !defined(LANG) || ${LANG} != ru_RU.KOI8-R # Remove the below line to get Cyrillic code page support instead |