diff options
author | obache <obache@pkgsrc.org> | 2014-05-19 13:52:33 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-05-19 13:52:33 +0000 |
commit | 7580c6d64dd6dff58fab2171ac99798b9da5a68d (patch) | |
tree | f11c13827dabfac994ec81eab3eb82e2ab2d8ce0 /mk | |
parent | 9acc2da214078e916f3e78e704a625a36a4978bb (diff) | |
download | pkgsrc-7580c6d64dd6dff58fab2171ac99798b9da5a68d.tar.gz |
Note about mantainance of pkgsrc guide.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/fetch/sites.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk index 4cddd0799f8..9910a4e50e1 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,8 +1,10 @@ -# $NetBSD: sites.mk,v 1.104 2014/05/08 11:11:15 ryoon Exp $ +# $NetBSD: sites.mk,v 1.105 2014/05/19 13:52:33 obache 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. MASTER_SITE_XCONTRIB+= \ ftp://ftp.gwdg.de/pub/x11/x.org/contrib/ \ |