diff options
Diffstat (limited to 'news/tin/Makefile')
-rw-r--r-- | news/tin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index ca5e47f1205f..5ba8c515eacb 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -4,11 +4,11 @@ # Date created: 25 July 1996 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.5 1996/10/21 22:04:51 ache Exp $ +# $Id: Makefile,v 1.6 1996/10/22 02:44:52 asami Exp $ # -DISTNAME= tin1.3-unoff-BETA-961020 -PKGNAME= tin-1.3.961020 +DISTNAME= tin1.3-unoff-BETA-961022 +PKGNAME= tin-1.3.961022 CATEGORIES+= news MASTER_SITES= ftp://ftp.akk.uni-karlsruhe.de/pub/tin/ \ ftp://nuxi.cs.ucdavis.edu/pub/tin/ @@ -18,10 +18,10 @@ MAINTAINER= ache@FreeBSD.org WRKSRC= ${WRKDIR}/${DISTNAME:S/tin1.3-unoff-BETA-//} GNU_CONFIGURE= yes -CONFIGURE_ENV+= cf_cv_corefile=yes CONFIGURE_ARGS+= --with-nntp-default-server=news \ --with-spooldir=/var/news \ --with-libdir=${PREFIX}/lib/news \ + --with-mime-default-charset=US-ASCII \ --enable-forgery \ --with-pgp=${PREFIX}/bin/pgp \ --with-ispell=${PREFIX}/bin/ispell \ |