diff options
author | ache <ache@FreeBSD.org> | 1998-01-29 08:07:07 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-01-29 08:07:07 +0800 |
commit | 5945b57dd67a567f653f59bc69641323863cb5b7 (patch) | |
tree | 8aa1e148ccaecb88c8eb270699da55145b86a598 /news/tin | |
parent | 58904e2e45d6767a545f41cc337dd924a64a49ac (diff) | |
download | freebsd-ports-gnome-5945b57dd67a567f653f59bc69641323863cb5b7.tar.gz freebsd-ports-gnome-5945b57dd67a567f653f59bc69641323863cb5b7.tar.zst freebsd-ports-gnome-5945b57dd67a567f653f59bc69641323863cb5b7.zip |
Change primary dist site to official one
Diffstat (limited to 'news/tin')
-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 |