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 | 416faa03e1a51fa95bd04f9893406a1a7b487dfa (patch) | |
tree | 5a670e83731c045a6a2cd732ed95c0208be6f15a /converters | |
parent | 7c464f7dd6d11cbbc435dbd0dcaeb089caca40bd (diff) | |
download | pkgsrc-416faa03e1a51fa95bd04f9893406a1a7b487dfa.tar.gz |
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-simplejson/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index e36963894e9..65c9e199ebf 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2014/01/25 10:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2014/01/27 18:41:11 wiz Exp $ DISTNAME= simplejson-3.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters MASTER_SITES= https://pypi.python.org/packages/source/s/simplejson/ -FETCH_USING= curl MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://undefined.org/python/#simplejson |