diff options
author | wosch <wosch@FreeBSD.org> | 1998-02-23 06:26:23 +0800 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1998-02-23 06:26:23 +0800 |
commit | 8adeacfdc4b1618abd228bb050fd9631cef56f84 (patch) | |
tree | 785f640112f5ee30c427466116f20d189df2465d /textproc/catdoc | |
parent | 89a9954ed02f6a9e00baa28ccb0c4c04d73400f7 (diff) | |
download | freebsd-ports-gnome-8adeacfdc4b1618abd228bb050fd9631cef56f84.tar.gz freebsd-ports-gnome-8adeacfdc4b1618abd228bb050fd9631cef56f84.tar.zst freebsd-ports-gnome-8adeacfdc4b1618abd228bb050fd9631cef56f84.zip |
Convert to latin1 character set instead cyrillic. The latin1
user base is much greater.
Diffstat (limited to 'textproc/catdoc')
-rw-r--r-- | textproc/catdoc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index 3b4f87918a10..9e8fca5becfa 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -3,7 +3,7 @@ # Date created: 11 November 1997 # Whom: Brion Moss <brion@queeg.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/02/12 17:30:28 hoek Exp $ # DISTNAME= catdoc @@ -16,6 +16,7 @@ EXTRACT_SUFX= .tar MAINTAINER= brion@queeg.com EXTRACT_BEFORE_ARGS= -xf +CFLAGS+= -DLATIN1=1 MAN1= catdoc.1 |