From d4c96a8f8897188a088e13b672ba5b3f27fc18f6 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 7 Mar 2014 05:10:26 +0000 Subject: [PATCH] - Stage support --- textproc/py-libxml2/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index 1059620f39f0..1b658573fba7 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -27,9 +27,8 @@ CONFIGURE_ARGS= --with-iconv=${ICONV_PREFIX} \ DOCSDIR= ${PREFIX}/share/doc/py-libxml2 EXAMPLESDIR= ${PREFIX}/share/examples/py-libxml2 -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"