diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
commit | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (patch) | |
tree | 55ef113afedd4d15556f4a7ca6533c66396624e5 /misc/pypanda/Makefile | |
parent | 219753915ea7222f10133bbf4d97955292f0dd96 (diff) | |
download | ports-8ac99398e2b62e1b10333d4c88ae273f4f0ed365.tar.gz ports-8ac99398e2b62e1b10333d4c88ae273f4f0ed365.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: misc)
Notes
Notes:
svn path=/head/; revision=327745
Diffstat (limited to 'misc/pypanda/Makefile')
-rw-r--r-- | misc/pypanda/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/pypanda/Makefile b/misc/pypanda/Makefile index 0c4bd9432431..6270d4ee1b6e 100644 --- a/misc/pypanda/Makefile +++ b/misc/pypanda/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pypanda -# Date created: 3 September 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pypanda PORTVERSION= 0.6 @@ -18,6 +14,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game USE_PYTHON= yes +NO_STAGE= yes do-build: ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} |