diff options
Diffstat (limited to 'sysutils/salt/Makefile')
-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. |