summaryrefslogtreecommitdiff
path: root/mk/fetch
diff options
context:
space:
mode:
authorrodent <rodent>2015-06-30 23:11:18 +0000
committerrodent <rodent>2015-06-30 23:11:18 +0000
commitde822906f3bec586ca2c71cfe735fe68894ef164 (patch)
tree6bfdaac3c6b05b45eaa634855a158a00b9da3286 /mk/fetch
parente8ea7cebfdaae1c9fb8e37b134d0d8f8fd5ed668 (diff)
downloadpkgsrc-de822906f3bec586ca2c71cfe735fe68894ef164.tar.gz
Add MASTER_SITE_PYPI, which is going to be used in pypi.mk in a bit.
This entire file needs: 1) collation; 2) the EOL escapes removed and turned into proper lists; Otherwise, it's a bit painful to read.
Diffstat (limited to 'mk/fetch')
-rw-r--r--mk/fetch/sites.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk
index 848953fe26f..7692e0f7610 100644
--- a/mk/fetch/sites.mk
+++ b/mk/fetch/sites.mk
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.129 2015/06/29 11:06:48 ryoon Exp $
+# $NetBSD: sites.mk,v 1.130 2015/06/30 23:11:18 rodent Exp $
#
# This Makefile fragment defines read-only MASTER_SITE_* variables
# representing some well-known master distribution sites for software.
@@ -318,7 +318,9 @@ MASTER_SITE_OPENBSD+= \
ftp://ftp.jaist.ac.jp/pub/OpenBSD/
MASTER_SITE_RUBYGEMS+= \
- http://rubygems.org/downloads/ \
+ http://rubygems.org/downloads/
+
+MASTER_SITE_PYPI+= https://pypi.python.org/packages/source/
MASTER_SITE_HASKELL_HACKAGE+= \
http://hackage.haskell.org/package/