summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2012-02-12 13:28:03 +0000
committerwiz <wiz>2012-02-12 13:28:03 +0000
commitfae45c811bc5583b34c5c573af26f85768bf13b2 (patch)
treebf54223508d5b89f37e4d752eb8754adf25a18be
parent794b704662d956a1d1431b18edc240a8cb742006 (diff)
downloadpkgsrc-fae45c811bc5583b34c5c573af26f85768bf13b2.tar.gz
Set FETCH_USING curl as workaround for https master site.
-rw-r--r--misc/libcarddav/Makefile4
-rw-r--r--sysutils/salt/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/misc/libcarddav/Makefile b/misc/libcarddav/Makefile
index 1ac5ff841d0..44a9a2738ce 100644
--- a/misc/libcarddav/Makefile
+++ b/misc/libcarddav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/02/06 12:40:59 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2012/02/12 13:28:21 wiz Exp $
#
DISTNAME= libcarddav_0.6.2-2debian2
@@ -20,6 +20,8 @@ GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
+FETCH_USING= curl
+
.include "options.mk"
.include "../../devel/glib2/buildlink3.mk"
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.