diff options
author | mandree <mandree@FreeBSD.org> | 2013-06-22 01:53:33 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-06-22 01:53:33 +0800 |
commit | c05d576d0d82bf32bcd3728869788911035d4641 (patch) | |
tree | 77a39df34e109963df678963379d48538b685f8e /Mk | |
parent | a46bbdb13abca40383239b508876b07bd3a0c90a (diff) | |
download | freebsd-ports-gnome-c05d576d0d82bf32bcd3728869788911035d4641.tar.gz freebsd-ports-gnome-c05d576d0d82bf32bcd3728869788911035d4641.tar.zst freebsd-ports-gnome-c05d576d0d82bf32bcd3728869788911035d4641.zip |
Chase the permanent (301-code) redirects that kernel.org issues.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 7d26b49078ea..cec35faf5b7d 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -1462,7 +1462,7 @@ MASTER_SITE_XORG+= \ .if !defined(IGNORE_MASTER_SITE_KERNEL_ORG) MASTER_SITE_KERNEL_ORG+= \ - http://kernel.org/pub/%SUBDIR%/ \ + https://www.kernel.org/pub/%SUBDIR%/ \ ftp://ftp.ntu.edu.tw/%SUBDIR%/ \ http://ftp.sunet.se/pub/Linux/kernel.org/%SUBDIR%/ \ http://ftp.yandex.ru/pub/%SUBDIR%/ \ |