diff options
-rw-r--r-- | mk/fetch/sites.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk index daf0c6292fd..83527236004 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.139 2016/04/17 09:10:02 ryoon Exp $ +# $NetBSD: sites.mk,v 1.140 2016/05/17 09:28:06 wiz Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -281,7 +281,7 @@ MASTER_SITE_NETLIB+= \ http://www.mirrorservice.org/sites/netlib.bell-labs.com/netlib/ MASTER_SITE_OPENBSD+= \ - ftp://ftp.OpenBSD.org/pub/OpenBSD/ \ + http://ftp.OpenBSD.org/pub/OpenBSD/ \ ftp://ftp3.usa.openbsd.org/pub/OpenBSD/ \ ftp://ftp.jaist.ac.jp/pub/OpenBSD/ |