Skip to content

Commit

Permalink
MASTER_SITE_GITHUB goes in sites.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
tnn committed Mar 9, 2015
1 parent 58e73ba commit 2ebfa28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions mk/fetch/github.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: github.mk,v 1.5 2015/03/07 21:14:32 tnn Exp $
# $NetBSD: github.mk,v 1.6 2015/03/09 13:10:45 tnn Exp $
#
# github.com master site handling
#
Expand Down Expand Up @@ -27,9 +27,6 @@
#
# Keywords: github

# xxx move this to sites.mk
MASTER_SITE_GITHUB?= https://github.com/

.if defined(MASTER_SITES) && !empty(MASTER_SITES:C,^https\://github.com/[a-zA-Z0-9]*/$,match,:Mmatch)
_USE_GITHUB= YES
.endif
Expand Down
5 changes: 4 additions & 1 deletion mk/fetch/sites.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: sites.mk,v 1.124 2015/03/06 21:11:09 tnn Exp $
# $NetBSD: sites.mk,v 1.125 2015/03/09 13:10:45 tnn Exp $
#
# This Makefile fragment defines read-only MASTER_SITE_* variables
# representing some well-known master distribution sites for software.
Expand All @@ -22,6 +22,9 @@ MASTER_SITE_GNU+= \
ftp://ftp.lip6.fr/pub/gnu/ \
http://gd.tuwien.ac.at/gnu/gnusrc/

MASTER_SITE_GITHUB+= \
https://github.com/

MASTER_SITE_GNUSTEP+= \
ftp://ftp.gnustep.org/pub/gnustep/

Expand Down

0 comments on commit 2ebfa28

Please sign in to comment.