diff options
author | mjl <mjl@pkgsrc.org> | 2008-09-10 13:56:40 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2008-09-10 13:56:40 +0000 |
commit | e7aea0795e2cda1117b46cd30f0079db93d77900 (patch) | |
tree | 877dbc93e4f454ef72d49229c18b88860298f705 /converters | |
parent | 52773d0467433cfc2ead01df779cb0533ddab853 (diff) | |
download | pkgsrc-e7aea0795e2cda1117b46cd30f0079db93d77900.tar.gz |
Correct package name.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-simplejson/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index e16c463e4e9..749b623cf43 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/09/10 13:53:29 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2008/09/10 13:56:40 mjl Exp $ # +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} DISTNAME= simplejson-1.9.2 CATEGORIES= converters MASTER_SITES= http://pypi.python.org/packages/source/s/simplejson/ |