diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-04-07 00:26:53 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-04-07 00:26:53 +0000 |
commit | 52ce6d30c9fef0cd6fe43c55e1dd0c246d137d21 (patch) | |
tree | 7d9f01397aaeb05df6ec1c29de611af5abd00e3d /news/tin/Makefile | |
parent | Committing John Hays patches. Big thanks to him ! (diff) |
Change default charset to ISO-8859-1 since post not work with default
setup
Notes
Notes:
svn path=/head/; revision=10430
Diffstat (limited to 'news/tin/Makefile')
-rw-r--r-- | news/tin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 50283049e3c9..cbec1df901aa 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -4,7 +4,7 @@ # Date created: 25 July 1996 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.56 1998/02/27 10:46:57 obrien Exp $ +# $Id: Makefile,v 1.57 1998/04/05 15:07:22 ache Exp $ # DISTNAME= tinpre-1.4-980226 @@ -26,7 +26,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-nntp-default-server=news \ --with-spooldir=/var/news \ --with-libdir=${PREFIX}/news/lib \ - --with-mime-default-charset=US-ASCII \ + --with-mime-default-charset=ISO-8859-1 \ --enable-forgery \ --enable-break-long-lines \ --with-pgp=${PREFIX}/bin/pgp \ |