diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-07 05:10:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-07 05:10:26 +0000 |
commit | d4c96a8f8897188a088e13b672ba5b3f27fc18f6 (patch) | |
tree | 8ade36c25a44a7a4605a7fee9a5da6508057fbc6 /textproc/py-libxml2 | |
parent | d74d475c8df136aef49b150794fbed51f4e41420 (diff) | |
download | ports-d4c96a8f8897188a088e13b672ba5b3f27fc18f6.tar.gz ports-d4c96a8f8897188a088e13b672ba5b3f27fc18f6.zip |
Notes
Diffstat (limited to 'textproc/py-libxml2')
-rw-r--r-- | textproc/py-libxml2/Makefile | 5 |
1 files 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" |