From 8510ee6b9e8dfce705a2021bb18659fad9957f18 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 7 Mar 2014 09:15:43 +0000 Subject: - Stage support --- graphics/py-cairo/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index a72e27778052..febf6d1e34d1 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -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 -- cgit