diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-12 13:28:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-12 13:28:03 +0000 |
commit | c1604b71f555395a977db2a35b27a3876cdcd0ad (patch) | |
tree | bf54223508d5b89f37e4d752eb8754adf25a18be /sysutils/salt | |
parent | 3fdab6c02d10e816cc8f3a2e15014bd9fbdfc253 (diff) | |
download | pkgsrc-c1604b71f555395a977db2a35b27a3876cdcd0ad.tar.gz |
Set FETCH_USING curl as workaround for https master site.
Diffstat (limited to 'sysutils/salt')
-rw-r--r-- | sysutils/salt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/salt/Makefile b/sysutils/salt/Makefile index fea9a432268..309a2df306e 100644 --- a/sysutils/salt/Makefile +++ b/sysutils/salt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/01/21 20:26:58 apb Exp $ +# $NetBSD: Makefile,v 1.2 2012/02/12 13:28:03 wiz Exp $ # DISTNAME= salt-0.9.5 @@ -12,6 +12,8 @@ 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. |