diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-06 20:58:47 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-06 20:58:47 +0000 |
commit | b837435ab4d7adea0783030985eafcd6c31e9e3e (patch) | |
tree | ea030c9f3c8090551f6887a2645d852ece37eb22 /mk/fetch | |
parent | 653d030b333b005ef4e93e84f776fefc25814fbd (diff) | |
download | pkgsrc-b837435ab4d7adea0783030985eafcd6c31e9e3e.tar.gz |
close line
Diffstat (limited to 'mk/fetch')
-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 9e5fe5e619a..db20409b296 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.122 2015/03/06 20:58:17 tnn Exp $ +# $NetBSD: sites.mk,v 1.123 2015/03/06 20:58:47 tnn Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -330,4 +330,4 @@ MASTER_SITE_BACKUP?= \ ftp://ftp.fr.NetBSD.org/pub/pkgsrc/distfiles/ \ http://ftp.fr.NetBSD.org/pub/pkgsrc/distfiles/ \ ftp://ftp.NetBSD.org/pub/pkgsrc/distfiles/ \ - http://ftp.NetBSD.org/pub/pkgsrc/distfiles/ \ + http://ftp.NetBSD.org/pub/pkgsrc/distfiles/ |