diff options
Diffstat (limited to 'astro/pyephem')
-rw-r--r-- | astro/pyephem/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/pyephem/Makefile b/astro/pyephem/Makefile index 338481a44acc..664e3e125526 100644 --- a/astro/pyephem/Makefile +++ b/astro/pyephem/Makefile @@ -16,10 +16,9 @@ MAINTAINER= db@FreeBSD.org COMMENT= Scientific-grade astronomical computations for Python USE_PYTHON= 2.4+ -NO_BUILD= yes +USE_PYDISTUTILS=yes -do-install: - (cd ${WRKSRC}; ${PYTHON_CMD} setup.py install) +post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/pyephem-manual.html ${DOCSDIR} |