diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-07 09:15:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-07 09:15:43 +0000 |
commit | 33920e516a0b44346ba8482891576eac295d2925 (patch) | |
tree | 650aca335a534fedbf7274d1b074a5a775d85659 /graphics/py-cairo | |
parent | 0d7d386e0d75e2b3fbc24d97487359f650e19de1 (diff) |
- Stage support
Notes
Notes:
svn path=/head/; revision=347347
Diffstat (limited to 'graphics/py-cairo')
-rw-r--r-- | graphics/py-cairo/Makefile | 3 |
1 files changed, 1 insertions, 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 <bsd.port.mk> |