aboutsummaryrefslogtreecommitdiff
path: root/news/tin
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-04-07 00:26:53 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-04-07 00:26:53 +0000
commit52ce6d30c9fef0cd6fe43c55e1dd0c246d137d21 (patch)
tree7d9f01397aaeb05df6ec1c29de611af5abd00e3d /news/tin
parentefe2885c02459ad691ffe83ea4e833a725998bd1 (diff)
downloadports-52ce6d30c9fef0cd6fe43c55e1dd0c246d137d21.tar.gz
ports-52ce6d30c9fef0cd6fe43c55e1dd0c246d137d21.zip
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')
-rw-r--r--news/tin/Makefile4
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 \