diff options
Diffstat (limited to 'devel/py-cjson/Makefile')
-rw-r--r-- | devel/py-cjson/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-cjson/Makefile b/devel/py-cjson/Makefile index 3033f4b7243d..41589f66dd16 100644 --- a/devel/py-cjson/Makefile +++ b/devel/py-cjson/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-cjson -# Date created: Jan. 27, 2007 -# Whom: Li-Wen Hsu <lwhsu@lwhsu.org> -# +# Created by: Li-Wen Hsu <lwhsu@lwhsu.org> # $FreeBSD$ -# PORTNAME= cjson PORTVERSION= 1.0.5 @@ -21,4 +17,5 @@ PYDISTUTILS_PKGNAME= python-cjson PLIST_FILES= %%PYTHON_SITELIBDIR%%/cjson.so +NO_STAGE= yes .include <bsd.port.mk> |