diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1998-02-22 22:26:23 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1998-02-22 22:26:23 +0000 |
commit | 5a906057acccf17d77ffc723e2b293fd46651a86 (patch) | |
tree | b021071c4f70b45f939ef79121f742d237c6ec4d /textproc/catdoc | |
parent | 51399e64975667dd46e87da727cdc77fd1bd99d8 (diff) | |
download | ports-5a906057acccf17d77ffc723e2b293fd46651a86.tar.gz ports-5a906057acccf17d77ffc723e2b293fd46651a86.zip |
Notes
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 |