Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2014 03:51:10 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342379 - head/textproc/py-libxslt
Message-ID:  <201402030351.s133pAk9010689@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402030351.s133pAk9010689>