summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorepg <epg>2008-09-12 07:08:47 +0000
committerepg <epg>2008-09-12 07:08:47 +0000
commit397ce5e092dcd07059af3e37cc4426f7abe34873 (patch)
tree7b45b05a0d69dd14d744b50e47db3712c0044945 /converters
parent54402ef9583568bbd99dbfe371eb723e8b0307b8 (diff)
downloadpkgsrc-397ce5e092dcd07059af3e37cc4426f7abe34873.tar.gz
EGG_NAME now defaults to ${DISTNAME} so don't set it here.
Diffstat (limited to 'converters')
-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/