diff options
author | kim <kim@pkgsrc.org> | 2020-09-02 22:16:48 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2020-09-02 22:16:48 +0000 |
commit | a17b1ada68ab64a1f7235a78fe10a4512cc671b9 (patch) | |
tree | 81e6074bf50a94b17b24967d92494b5b6ef22c8d /shells/tcsh | |
parent | ebef6ad9a248c23161c3ae2645da256360ea4864 (diff) | |
download | pkgsrc-a17b1ada68ab64a1f7235a78fe10a4512cc671b9.tar.gz |
Use http with ftp.funet.fi
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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/ |