diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-21 20:43:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-21 20:43:00 +0000 |
commit | d6f77ff02042c7bf30d1a597057064541042b878 (patch) | |
tree | a1075e2f97981c7cf44e92adfa7f7321a15e8591 /mk | |
parent | 3648ed88470969ef5a054f6329241307c09755f1 (diff) | |
download | pkgsrc-d6f77ff02042c7bf30d1a597057064541042b878.tar.gz |
Remove trailing whitespace that annoyed pkglint.
Diffstat (limited to '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 f41854ea549..6cf6c1d7b7c 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.86 2012/01/21 02:03:55 zafer Exp $ +# $NetBSD: sites.mk,v 1.87 2012/01/21 20:43:00 wiz Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -126,7 +126,7 @@ MASTER_SITE_MOZILLA+= \ http://mozilla.mirror.ac.za/ \ http://mozilla-mirror.naist.jp/ \ http://mirror.waia.asn.au/pub/mozilla/ \ - http://mozilla.mirror.ihug.co.nz/ + http://mozilla.mirror.ihug.co.nz/ MASTER_SITE_XEMACS+= \ ftp://ftp.xemacs.org/pub/xemacs/ \ |