diff options
author | nia <nia@pkgsrc.org> | 2020-08-19 08:11:49 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-08-19 08:11:49 +0000 |
commit | fcc319212f2d886d1c7d613347ded2d972d2b941 (patch) | |
tree | e277298d372ab010a30e39bae276a61255eed9c1 /lang/guile22 | |
parent | cbe0843e2587947b723a78a44d6eea615239160f (diff) | |
download | pkgsrc-fcc319212f2d886d1c7d613347ded2d972d2b941.tar.gz |
guile22: Use MASTER_SITE_GNU instead of hardcoding ftp://ftp.gnu.org
ftp://ftp.gnu.org prints a warning on connect that it may no longer
exist soon due to concerns with FTP
Diffstat (limited to 'lang/guile22')
-rw-r--r-- | lang/guile22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/guile22/Makefile b/lang/guile22/Makefile index 5a19ad9b948..8f821b1b5e5 100644 --- a/lang/guile22/Makefile +++ b/lang/guile22/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2020/08/17 07:59:55 tnn Exp $ +# $NetBSD: Makefile,v 1.23 2020/08/19 08:11:49 nia Exp $ DISTNAME= guile-2.2.7 PKGNAME= ${DISTNAME:S/guile/guile22/} PKGREVISION= 3 CATEGORIES= lang -MASTER_SITES= ftp://ftp.gnu.org/gnu/guile/ +MASTER_SITES= ${MASTER_SITE_GNU:=guile/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.gnu.org/software/guile/ |