diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-29 00:07:07 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-01-29 00:07:07 +0000 |
commit | f7a09adec185e2c7c9e81d76114af03fa4910894 (patch) | |
tree | 747bd0299956f748d70c618e0e3eabfebd58536b /news | |
parent | 499dfbfbaa29e97be5ad61238fcd2d40fd8b547c (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 0b9bc1bbdadd..246c4b5f416a 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -1,16 +1,16 @@ # ex:ts=8 # New ports collection makefile for: tin -# Version required: tin1.3-unoff-BETA +# Version required: tinpre-1.4 # Date created: 25 July 1996 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.52 1998/01/10 22:45:15 obrien Exp $ +# $Id: Makefile,v 1.53 1998/01/19 09:08:03 obrien Exp $ # DISTNAME= tinpre-1.4-980117 CATEGORIES= news -MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/tin/ \ - ftp://ftp.akk.uni-karlsruhe.de/pub/tin/ \ +MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \ + ftp://nuxi.ucdavis.edu/pub/tin/ \ ftp://ftp.nuxi.com/pub/tin/ EXTRACT_SUFX= .tgz @@ -29,7 +29,7 @@ CONFIGURE_ARGS= --with-nntp-default-server=news \ --with-pgp=${PREFIX}/bin/pgp \ --with-ispell=${PREFIX}/bin/ispell \ --with-metamail=${PREFIX}/bin/metamail -MAKEFILE= makefile +MAKEFILE= makefile ALL_TARGET= build MAN1= tin.1 |