Date: Sat, 5 Jul 2014 21:54:02 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360826 - in head/x11-toolkits: py-wxPython-common py-wxPython30 Message-ID: <201407052154.s65Ls2Ul094786@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sat Jul 5 21:54:02 2014 New Revision: 360826 URL: http://svnweb.freebsd.org/changeset/ports/360826 QAT: https://qat.redports.org/buildarchive/r360826/ Log: x11-toolkits/py-wxPython-common: fix python compile to use non-stage path Modified: head/x11-toolkits/py-wxPython-common/Makefile head/x11-toolkits/py-wxPython30/Makefile Modified: head/x11-toolkits/py-wxPython-common/Makefile ============================================================================== --- head/x11-toolkits/py-wxPython-common/Makefile Sat Jul 5 21:49:51 2014 (r360825) +++ head/x11-toolkits/py-wxPython-common/Makefile Sat Jul 5 21:54:02 2014 (r360826) @@ -1,4 +1,6 @@ # $FreeBSD$ + +PORTREVISION= 1 WITH_WXVERSION_ONLY= yes MASTERDIR= ${.CURDIR}/../py-wxPython30 Modified: head/x11-toolkits/py-wxPython30/Makefile ============================================================================== --- head/x11-toolkits/py-wxPython30/Makefile Sat Jul 5 21:49:51 2014 (r360825) +++ head/x11-toolkits/py-wxPython30/Makefile Sat Jul 5 21:54:02 2014 (r360826) @@ -25,8 +25,8 @@ PKGNAMESUFFIX= -common PYTHON_PY3K_PLIST_HACK= yes do-build: - ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/wxversion - ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/wxversion + ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -d ${PYTHON_SITELIBDIR} -f ${WRKSRC}/wxversion + ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -d ${PYTHON_SITELIBDIR} -f ${WRKSRC}/wxversion do-install: @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407052154.s65Ls2Ul094786>