summaryrefslogtreecommitdiff
path: root/converters/py-simplejson
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2008-09-12 07:08:47 +0000
committerepg <epg@pkgsrc.org>2008-09-12 07:08:47 +0000
commit2953ef302be04fdf927cf89cd56424853106eb91 (patch)
tree7b45b05a0d69dd14d744b50e47db3712c0044945 /converters/py-simplejson
parent40d47cdac3d49209f400f131c7af90b521e71a20 (diff)
downloadpkgsrc-2953ef302be04fdf927cf89cd56424853106eb91.tar.gz
EGG_NAME now defaults to ${DISTNAME} so don't set it here.
Diffstat (limited to 'converters/py-simplejson')
-rw-r--r--converters/py-simplejson/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile
index 38356387a1a..221af56e700 100644
--- a/converters/py-simplejson/Makefile
+++ b/converters/py-simplejson/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2008/09/11 16:32:06 mjl Exp $
+# $NetBSD: Makefile,v 1.5 2008/09/12 07:08:47 epg Exp $
#
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
DISTNAME= simplejson-1.9.2
-EGG_NAME= ${DISTNAME}
CATEGORIES= converters
MASTER_SITES= http://pypi.python.org/packages/source/s/simplejson/