diff options
author | wiz <wiz> | 2014-01-27 18:41:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-27 18:41:11 +0000 |
commit | 6dcb35cc4540606da433fd60c2ea8deb67cc736b (patch) | |
tree | 5a670e83731c045a6a2cd732ed95c0208be6f15a /filesystems/cloudfuse | |
parent | 587ecbda8742a25d25c7ec0cfc408d48a2e08aaf (diff) | |
download | pkgsrc-6dcb35cc4540606da433fd60c2ea8deb67cc736b.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/Makefile | 6 |
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" |