diff options
author | hubertf <hubertf> | 1998-07-17 07:41:52 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-07-17 07:41:52 +0000 |
commit | a6214ccfc0a418dfe4a2101f9def80f818eb2233 (patch) | |
tree | ab92cb16568f320260f3475871b624f2f6c22f79 /news | |
parent | 6aaf4fab53a0544fbcabbdbcfb2c889380e99f3c (diff) | |
download | pkgsrc-a6214ccfc0a418dfe4a2101f9def80f818eb2233.tar.gz |
Fix maintainers address: 554 <udo@netvision.org>... Service unavailable
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index b13133292d9..4b8f669f894 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/07/16 17:40:09 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/07/17 07:41:52 hubertf Exp $ # $FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp DISTNAME= tinpre-1.4-980618 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \ ftp://ftp.cs.tu-berlin.de/pub/net/news/tin/pre-v1.4/ EXTRACT_SUFX= .tgz -MAINTAINER= udo@netvision.org +MAINTAINER= udo@keks.franken.de WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//} GNU_CONFIGURE= yes @@ -22,7 +22,8 @@ CONFIGURE_ARGS= --with-nntp-default-server=news \ --enable-forgery \ --enable-break-long-lines \ --with-metamail=${PREFIX}/bin/metamail \ - --enable-nntp-only + --enable-nntp-only \ + --disable-mime-strict-charset MAKEFILE= makefile ALL_TARGET= build |