summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-01-25 09:29:42 +0000
committerobache <obache@pkgsrc.org>2014-01-25 09:29:42 +0000
commitd80b140108d3fe4ed49739b381077afdbf8b1987 (patch)
treee51a05137c1865d301b66d2808e186e4ec593a40 /mk
parent1eed54fc5c435611703954a04dc0017b0ca9c367 (diff)
downloadpkgsrc-d80b140108d3fe4ed49739b381077afdbf8b1987.tar.gz
Add MASTER_SITE_HASKELL_HACKAGE
Diffstat (limited to 'mk')
-rw-r--r--mk/fetch/sites.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk
index 304aa2607d0..f82b2c1daca 100644
--- a/mk/fetch/sites.mk
+++ b/mk/fetch/sites.mk
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.98 2013/06/14 07:40:15 wiz Exp $
+# $NetBSD: sites.mk,v 1.99 2014/01/25 09:29:42 obache Exp $
#
# This Makefile fragment defines read-only MASTER_SITE_* variables
# representing some well-known master distribution sites for software.
@@ -396,6 +396,9 @@ MASTER_SITE_RUBYGEMS+= \
http://rubygems.org/gems/ \
http://gems.rubyforge.org/gems/
+MASTER_SITE_HASKELL_HACKAGE+= \
+ http://hackage.haskell.org/package/
+
# The primary backup site.
MASTER_SITE_BACKUP?= \
ftp://ftp.fi.NetBSD.org/pub/NetBSD/packages/distfiles/ \