diff options
author | wosch <wosch@FreeBSD.org> | 1998-02-22 22:26:23 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1998-02-22 22:26:23 +0000 |
commit | 8adeacfdc4b1618abd228bb050fd9631cef56f84 (patch) | |
tree | 785f640112f5ee30c427466116f20d189df2465d /textproc | |
parent | 89a9954ed02f6a9e00baa28ccb0c4c04d73400f7 (diff) | |
download | FreeBSD-ports-8adeacfdc4b1618abd228bb050fd9631cef56f84.zip FreeBSD-ports-8adeacfdc4b1618abd228bb050fd9631cef56f84.tar.gz |
Convert to latin1 character set instead cyrillic. The latin1
user base is much greater.
Diffstat (limited to 'textproc')
-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 3b4f879..9e8fca5 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 |