diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-27 18:41:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-27 18:41:11 +0000 |
commit | a8ce86997e0153e277ba6f540fddb593c3f19f44 (patch) | |
tree | 5a670e83731c045a6a2cd732ed95c0208be6f15a /mail | |
parent | d3a768ef59085720a0f42c43102737c59d39abd9 (diff) | |
download | pkgsrc-a8ce86997e0153e277ba6f540fddb593c3f19f44.tar.gz |
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imapfilter/Makefile | 3 | ||||
-rw-r--r-- | mail/imapsync/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/mail/imapfilter/Makefile b/mail/imapfilter/Makefile index fd400cdd81b..ad6759a495b 100644 --- a/mail/imapfilter/Makefile +++ b/mail/imapfilter/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2013/11/05 18:57:32 adam Exp $ +# $NetBSD: Makefile,v 1.40 2014/01/27 18:41:13 wiz Exp $ DISTNAME= imapfilter-2.5.6 CATEGORIES= mail MASTER_SITES= -https://codeload.github.com/lefcha/imapfilter/tar.gz/v${PKGVERSION_NOREV} -FETCH_USING= curl MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://imapfilter.hellug.gr/ diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile index a98df5292f9..e0921959cf5 100644 --- a/mail/imapsync/Makefile +++ b/mail/imapsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2013/12/09 14:17:48 obache Exp $ +# $NetBSD: Makefile,v 1.13 2014/01/27 18:41:13 wiz Exp $ DISTNAME= imapsync-1.564 PKGREVISION= 1 @@ -18,7 +18,6 @@ DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL DEPENDS+= p5-Mail-IMAPClient>=3.1.9:../../mail/p5-Mail-IMAPClient DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey -FETCH_USING= curl NO_BUILD= YES USE_TOOLS+= perl:run REPLACE_PERL+= imapsync |