diff options
author | obache <obache@pkgsrc.org> | 2012-02-12 13:43:21 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-12 13:43:21 +0000 |
commit | b5831d9b3ef2e7ce311fa551bdb8c4c32c15e416 (patch) | |
tree | 6ad98550d1734ea18e43af3ff0a3c26326e0ef50 /sysutils/salt | |
parent | f29ab0e135543c5b8fff14bfc2425c2abbf1e50a (diff) | |
download | pkgsrc-b5831d9b3ef2e7ce311fa551bdb8c4c32c15e416.tar.gz |
Switch MASTER_SITES to http acceptable one.
Diffstat (limited to 'sysutils/salt')
-rw-r--r-- | sysutils/salt/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/salt/Makefile b/sysutils/salt/Makefile index e768701329b..e3687808985 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2012/02/12 13:40:44 obache Exp $ +# $NetBSD: Makefile,v 1.4 2012/02/12 13:43:21 obache Exp $ # DISTNAME= salt-0.9.5 CATEGORIES= sysutils -MASTER_SITES= https://github.com/downloads/saltstack/salt/ +MASTER_SITES= http://cloud.github.com/downloads/saltstack/salt/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://saltstack.org/ @@ -12,8 +12,6 @@ LICENSE= apache-2.0 PKG_DESTDIR_SUPPORT= user-destdir -FETCH_USING= curl - SUBST_CLASSES+= fix-paths SUBST_STAGE.fix-paths= post-patch SUBST_MESSAGE.fix-paths=Fixing directory paths. |