From a17b1ada68ab64a1f7235a78fe10a4512cc671b9 Mon Sep 17 00:00:00 2001 From: kim Date: Wed, 2 Sep 2020 22:16:48 +0000 Subject: Use http with ftp.funet.fi --- shells/tcsh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shells') diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index ab239d3cfb1..b561323e447 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2020/08/31 18:11:22 wiz Exp $ +# $NetBSD: Makefile,v 1.97 2020/09/02 22:16:49 kim Exp $ # # used by shells/standalone-tcsh/Makefile # used by shells/static-tcsh/Makefile @@ -8,7 +8,7 @@ PKGREVISION?= 0 # use ?= to allow for overrides. PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ -MASTER_SITES+= ftp://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/ +MASTER_SITES+= http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/ MAINTAINER?= pkgsrc-users@NetBSD.org # use ?= to allow for overrides. HOMEPAGE= https://www.tcsh.org/ -- cgit v1.2.3