summaryrefslogtreecommitdiff
path: root/filesystems/cloudfuse
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-27 18:41:11 +0000
committerwiz <wiz>2014-01-27 18:41:11 +0000
commit68fbb81137a1b37c52bad847d74ac236a019c542 (patch)
tree5a670e83731c045a6a2cd732ed95c0208be6f15a /filesystems/cloudfuse
parent43cb1d44f23136563cd2fd2a27d470914b17f0ef (diff)
downloadpkgsrc-68fbb81137a1b37c52bad847d74ac236a019c542.tar.gz
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'filesystems/cloudfuse')
-rw-r--r--filesystems/cloudfuse/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/filesystems/cloudfuse/Makefile b/filesystems/cloudfuse/Makefile
index 740c2164c85..7f70eedca8a 100644
--- a/filesystems/cloudfuse/Makefile
+++ b/filesystems/cloudfuse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2013/02/06 23:22:16 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2014/01/27 18:41:12 wiz Exp $
DISTNAME= 1003a82
PKGNAME= cloudfuse-20120124
@@ -23,10 +23,6 @@ WRKSRC= ${WRKDIR}/redbo-cloudfuse-${DISTNAME}
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/cloudfuse.README
-# Force using "curl" for fetching the distribution file. It is only available
-# over HTTPS and "curl" is the only fetch program which always supports HTTPS.
-FETCH_USING= curl
-
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../filesystems/fuse/buildlink3.mk"