mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Stage support
This commit is contained in:
parent
33920e516a
commit
50c923a8eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347348
@ -21,9 +21,8 @@ USE_PYTHON= yes
|
||||
CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
|
||||
--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}
|
||||
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}
|
||||
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${STAGEDIR}${PYTHON_SITELIBDIR}
|
||||
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${STAGEDIR}${PYTHON_SITELIBDIR}
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
Loading…
Reference in New Issue
Block a user