diff options
Diffstat (limited to 'devel/py-xoltar-toolkit/Makefile')
-rw-r--r-- | devel/py-xoltar-toolkit/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-xoltar-toolkit/Makefile b/devel/py-xoltar-toolkit/Makefile index e7a6334dca0a..0dfd3c07648c 100644 --- a/devel/py-xoltar-toolkit/Makefile +++ b/devel/py-xoltar-toolkit/Makefile @@ -1,9 +1,5 @@ -# Ports collection Makefile for: py-functional -# Date created: 10/03/2000 -# Whom: nectar@FreeBSD.org -# +# Created by: nectar@FreeBSD.org # $FreeBSD$ -# PORTNAME= xoltar-toolkit PORTVERSION= 2001.06.01 @@ -18,6 +14,7 @@ COMMENT= Functional programming, lazy expressions, and thread pools for Python USE_PYTHON= yes NO_WRKSUBDIR= yes +NO_STAGE= yes do-build: @ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} @ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} |