From 5495791f43dd51015b18a140ce96c8ba3dd5646a Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 3 Feb 2014 03:51:09 +0000 Subject: [PATCH] - Stage support --- textproc/py-libxslt/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile index 9917d40c9184..a7280478cf5e 100644 --- a/textproc/py-libxslt/Makefile +++ b/textproc/py-libxslt/Makefile @@ -13,7 +13,8 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -USE_GNOME= gnomehack lthack libxslt +USES= pathfix +USE_GNOME= lthack libxslt USE_PYTHON= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ @@ -22,9 +23,8 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ DOCSDIR= ${PREFIX}/share/doc/py-libxslt EXAMPLESDIR= ${PREFIX}/share/examples/py-libxslt -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"