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 | |
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')
-rw-r--r-- | filesystems/cloudfuse/Makefile | 6 | ||||
-rw-r--r-- | filesystems/fs-utils/Makefile | 5 | ||||
-rw-r--r-- | filesystems/tahoe-lafs/Makefile | 3 |
3 files changed, 3 insertions, 11 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" diff --git a/filesystems/fs-utils/Makefile b/filesystems/fs-utils/Makefile index 6b8fbe3fb17..208bd95275f 100644 --- a/filesystems/fs-utils/Makefile +++ b/filesystems/fs-utils/Makefile @@ -1,13 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2013/07/05 17:25:23 stacktic Exp $ -# +# $NetBSD: Makefile,v 1.19 2014/01/27 18:41:12 wiz Exp $ GIT_COMMIT= v1.00 DISTNAME= ${GIT_COMMIT} PKGNAME= fs-utils-20130701 - CATEGORIES= filesystems MASTER_SITES= https://github.com/stacktic/fs-utils/archive/ -FETCH_USING= curl MAINTAINER= stacktic@NetBSD.org HOMEPAGE= https://github.com/stacktic/fs-utils diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile index c8fe3850a50..dcfb72168ef 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2014/01/25 10:30:07 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2014/01/27 18:41:12 wiz Exp $ VERSION= 1.10.0 PKGREVISION= 2 @@ -10,7 +10,6 @@ MASTER_SITES= https://tahoe-lafs.org/source/tahoe-lafs/releases/ #for beta, add #MASTER_SITES+= http://tahoe-lafs.org/source/tahoe-lafs/tarballs/ EXTRACT_SUFX= .tar.bz2 -FETCH_USING= curl MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://tahoe-lafs.org/ |