diff options
author | obache <obache> | 2014-05-19 13:52:33 +0000 |
---|---|---|
committer | obache <obache> | 2014-05-19 13:52:33 +0000 |
commit | d1bbdae620a7451564cfb9fab386d0fb06bdfca6 (patch) | |
tree | 055f469e94dadd0816cf91b3335688ab2d673304 /mk | |
parent | 15000e89b8c6ec5633fa3ce1cc45b1783342d133 (diff) | |
download | pkgsrc-d1bbdae620a7451564cfb9fab386d0fb06bdfca6.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/ \ |