summaryrefslogtreecommitdiff
path: root/www/py-http-parser
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-27 18:41:11 +0000
committerwiz <wiz>2014-01-27 18:41:11 +0000
commit6dcb35cc4540606da433fd60c2ea8deb67cc736b (patch)
tree5a670e83731c045a6a2cd732ed95c0208be6f15a /www/py-http-parser
parent587ecbda8742a25d25c7ec0cfc408d48a2e08aaf (diff)
downloadpkgsrc-6dcb35cc4540606da433fd60c2ea8deb67cc736b.tar.gz
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'www/py-http-parser')
-rw-r--r--www/py-http-parser/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/py-http-parser/Makefile b/www/py-http-parser/Makefile
index 6ba91fa948a..4534eea7ced 100644
--- a/www/py-http-parser/Makefile
+++ b/www/py-http-parser/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2013/12/31 19:32:32 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/27 18:41:15 wiz Exp $
DISTNAME= http-parser-0.8.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= https://pypi.python.org/packages/source/h/http-parser/
-FETCH_USING= curl
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://github.com/benoitc/http-parser