diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-09-26 07:58:04 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-09-26 07:58:04 +0000 |
commit | 446317febb5fabc2aa79ca5a9916c8efa77f0e2c (patch) | |
tree | f2451ece62f977daf4a32766e0b6ff2ff6998faa /devel/py-simplejson/Makefile | |
parent | 712967c80aa854f867fea9cf0a2688f1dafa5ce6 (diff) |
Notes
Diffstat (limited to 'devel/py-simplejson/Makefile')
-rw-r--r-- | devel/py-simplejson/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/py-simplejson/Makefile b/devel/py-simplejson/Makefile index 29fbd2f38a81..65d486c06d95 100644 --- a/devel/py-simplejson/Makefile +++ b/devel/py-simplejson/Makefile @@ -7,13 +7,10 @@ PORTNAME= simplejson PORTVERSION= 1.9.3 +PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP:source1 \ - http://peak.telecommunity.com/dist/:source2 +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz:source1 \ - ez_setup.py:source2 -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz MAINTAINER= python@FreeBSD.org COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder @@ -28,7 +25,4 @@ post-install: ${CP} -R ${WRKSRC}/docs/ ${DOCSDIR} .endif -post-extract: - ${CP} ${DISTDIR}/ez_setup.py ${WRKSRC} - .include <bsd.port.mk> |