diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-19 13:59:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-19 13:59:15 +0000 |
commit | eae11c5f59744b3c2f1a1bab64b5446d1a7ba8a3 (patch) | |
tree | 10726272cf63e977a237579afc20eab9d402d665 /mk/fetch | |
parent | dedfe018e5af4b3072c449a362bfa2db842b8b5c (diff) | |
download | pkgsrc-eae11c5f59744b3c2f1a1bab64b5446d1a7ba8a3.tar.gz |
Improve previous.
Diffstat (limited to 'mk/fetch')
-rw-r--r-- | mk/fetch/sites.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk index 9910a4e50e1..6fc03361ce1 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,10 +1,10 @@ -# $NetBSD: sites.mk,v 1.105 2014/05/19 13:52:33 obache Exp $ +# $NetBSD: sites.mk,v 1.106 2014/05/19 14:02:52 wiz Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. # -# When variables are added/removed, pkgsrc guid (build.xml) also -# should be updated. +# When variables are added or removed, the pkgsrc guide (build.xml) +# should also be updated. MASTER_SITE_XCONTRIB+= \ ftp://ftp.gwdg.de/pub/x11/x.org/contrib/ \ |