diff options
Diffstat (limited to 'textproc/py-sphinx')
-rw-r--r-- | textproc/py-sphinx/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index 36c33c4db73b..6db4ea44cb4e 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-sphinx -# Date created: 2008-09-08 -# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org> -# +# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sphinx PORTVERSION= 1.1.3 @@ -29,6 +25,7 @@ PYDISTUTILS_PKGNAME= Sphinx PLIST_SUB= PYTHON_VER=${PYTHON_VER} +NO_STAGE= yes post-install: @${SETENV} PYTHONPATH=${PYTHONPREFIX_SITELIBDIR} \ ${PYTHON_CMD} -m sphinx.pycode.pgen2.driver -c 'import load_grammar' |