Date: Fri, 7 Mar 2014 09:15:44 +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: r347347 - head/graphics/py-cairo Message-ID: <201403070915.s279FinA042382@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Mar 7 09:15:43 2014 New Revision: 347347 URL: http://svnweb.freebsd.org/changeset/ports/347347 QAT: https://qat.redports.org/buildarchive/r347347/ Log: - Stage support Modified: head/graphics/py-cairo/Makefile Modified: head/graphics/py-cairo/Makefile ============================================================================== --- head/graphics/py-cairo/Makefile Fri Mar 7 09:04:38 2014 (r347346) +++ head/graphics/py-cairo/Makefile Fri Mar 7 09:15:43 2014 (r347347) @@ -22,7 +22,6 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= PYTHON=${LOCALBASE}/bin/python2 \ PREFIX=${PREFIX} -NO_STAGE= yes python_OLD_CMD?= /usr/bin/env python python_CMD?= ${LOCALBASE}/bin/python2 SHEBANG_FILES= examples/*.py examples/*/*.py waf test/*.py @@ -34,6 +33,6 @@ do-build: @cd ${WRKSRC} && ./waf do-install: - @cd ${WRKSRC} && ./waf install + cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} ./waf install .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403070915.s279FinA042382>