diff options
author | joerg <joerg> | 2009-02-17 15:35:45 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-17 15:35:45 +0000 |
commit | c3ecef891bcb26764a6b231172a3fa4e3cf13316 (patch) | |
tree | c3ea81a696dbcad5f5dce07d71e7ea2a6ed12816 /converters | |
parent | ef3ac1f40a21b39090c588e079575ce141dbf851 (diff) | |
download | pkgsrc-c3ecef891bcb26764a6b231172a3fa4e3cf13316.tar.gz |
Fix native_libs.txt issue. Bump revision.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-simplejson/Makefile | 3 | ||||
-rw-r--r-- | converters/py-simplejson/PLIST | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index 1e7c9cd5b6c..800453d816f 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2009/02/11 11:45:24 obache Exp $ +# $NetBSD: Makefile,v 1.7 2009/02/17 15:37:01 joerg Exp $ # PKGNAME= ${PYPKGPREFIX}-${DISTNAME} DISTNAME= simplejson-1.9.2 +PKGREVISION= 1 CATEGORIES= converters MASTER_SITES= http://pypi.python.org/packages/source/s/simplejson/ diff --git a/converters/py-simplejson/PLIST b/converters/py-simplejson/PLIST index d4e1c2f3a8e..a32d68208c2 100644 --- a/converters/py-simplejson/PLIST +++ b/converters/py-simplejson/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2008/09/11 16:32:06 mjl Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/02/17 15:37:01 joerg Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/native_libs.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/${EGG_INFODIR}/zip-safe ${PYSITELIB}/simplejson/__init__.py |