Update for symmetry with the other py-mx* ports.

This commit is contained in:
Thomas Gellekum 2000-06-16 09:33:21 +00:00
parent c2342ae6c1
commit 7d4154cd12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29634
2 changed files with 10 additions and 2 deletions

View File

@ -32,9 +32,13 @@ post-extract:
do-configure:
@(cd ${WRKSRC} && ${CONFIGURE_ENV} ${MAKE} -f Makefile.pre.in boot)
post-install:
do-install:
@${MKDIR} ${STACKDIR}
${INSTALL_DATA} ${WRKDIR}/Stack/*.py ${STACKDIR}
@${MKDIR} ${STACKDIR}/mxStack
.for file in __init__.py mxStack.so
${INSTALL_DATA} ${WRKDIR}/Stack/mxStack/${file} ${STACKDIR}/mxStack
.endfor
@${PREFIX}/bin/python ${PYTHONSCRIPTDIR}/compileall.py ${STACKDIR}
@${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${STACKDIR}
.if !defined(NOPORTDOCS)

View File

@ -4,10 +4,14 @@ lib/python1.5/site-packages/Stack/UserStack.pyo
lib/python1.5/site-packages/Stack/__init__.py
lib/python1.5/site-packages/Stack/__init__.pyc
lib/python1.5/site-packages/Stack/__init__.pyo
lib/python1.5/site-packages/Stack/mxStack/__init__.py
lib/python1.5/site-packages/Stack/mxStack/__init__.pyc
lib/python1.5/site-packages/Stack/mxStack/__init__.pyo
lib/python1.5/site-packages/Stack/mxStack/mxStack.so
@dirrm lib/python1.5/site-packages/Stack/mxStack
lib/python1.5/site-packages/Stack/stackbench.py
lib/python1.5/site-packages/Stack/stackbench.pyc
lib/python1.5/site-packages/Stack/stackbench.pyo
lib/python1.5/site-packages/mxStack.so
@dirrm lib/python1.5/site-packages/Stack
share/doc/py-mxStack/mxStack.html
@dirrm share/doc/py-mxStack