diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-07 13:10:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-07 13:10:26 +0800 |
commit | 797cd9124d1b08df67385e2bbc7d2c3a9bedfab7 (patch) | |
tree | 8ade36c25a44a7a4605a7fee9a5da6508057fbc6 | |
parent | 8474aa3e307d1e31a309b2431beed13f38152176 (diff) | |
download | freebsd-ports-gnome-797cd9124d1b08df67385e2bbc7d2c3a9bedfab7.tar.gz freebsd-ports-gnome-797cd9124d1b08df67385e2bbc7d2c3a9bedfab7.tar.zst freebsd-ports-gnome-797cd9124d1b08df67385e2bbc7d2c3a9bedfab7.zip |
- Stage support
-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" |