diff options
author | obache <obache@pkgsrc.org> | 2008-12-02 12:58:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-12-02 12:58:59 +0000 |
commit | 581742f7e4333371db0e2d26993bb89c30740bc9 (patch) | |
tree | 19a5b0ce0fba2670a5f2a6d1d1934fc9e6aeed62 /mk/fetch/sites.mk | |
parent | 49a74fecb262376c4022c9e2b62ef6065bc2e442 (diff) | |
download | pkgsrc-581742f7e4333371db0e2d26993bb89c30740bc9.tar.gz |
Add a missing end of slash.
Diffstat (limited to 'mk/fetch/sites.mk')
-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 232baf5875c..31fb996fea8 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.50 2008/12/01 11:49:20 obache Exp $ +# $NetBSD: sites.mk,v 1.51 2008/12/02 12:58:59 obache Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -145,7 +145,7 @@ MASTER_SITE_MOZILLA+= \ http://mozilla.mirrors.tds.net/pub/mozilla.org/ \ http://mirrors.yocum.org/mozilla/ \ http://mozilla.isohunt.com/ \ - http://mozilla.ussg.indiana.edu/pub/mozilla.org \ + http://mozilla.ussg.indiana.edu/pub/mozilla.org/ \ http://mirror.atlanticmetro.net/mozilla/ \ http://mirror.csclub.uwaterloo.ca/pub/mozilla.org/ \ http://mozilla.mirror.rafal.ca/ \ |