diff options
author | ache <ache@FreeBSD.org> | 1998-04-07 00:26:53 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-04-07 00:26:53 +0000 |
commit | 448b6b1e3c7642e94c485e7b4058fb298471f532 (patch) | |
tree | d20d769259fa897da90cb12e29c3b4e9ea2befe8 /news/tin | |
parent | a35a32467cddfe121b3ccf92af28d283bbd3ac44 (diff) | |
download | FreeBSD-ports-448b6b1e3c7642e94c485e7b4058fb298471f532.zip FreeBSD-ports-448b6b1e3c7642e94c485e7b4058fb298471f532.tar.gz |
Change default charset to ISO-8859-1 since post not work with default
setup
Diffstat (limited to 'news/tin')
-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 5028304..cbec1df 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 \ |