svn commit: r342379 - head/textproc/py-libxslt
Martin Wilke
miwi at FreeBSD.org
Mon Feb 3 03:51:10 UTC 2014
Author: miwi
Date: Mon Feb 3 03:51:09 2014
New Revision: 342379
URL: http://svnweb.freebsd.org/changeset/ports/342379
QAT: https://qat.redports.org/buildarchive/r342379/
Log:
- Stage support
Modified:
head/textproc/py-libxslt/Makefile
Modified: head/textproc/py-libxslt/Makefile
==============================================================================
--- head/textproc/py-libxslt/Makefile Mon Feb 3 03:19:17 2014 (r342378)
+++ head/textproc/py-libxslt/Makefile Mon Feb 3 03:51:09 2014 (r342379)
@@ -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
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"
More information about the svn-ports-all
mailing list