diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-07 17:15:43 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-07 17:15:43 +0800 |
commit | 8510ee6b9e8dfce705a2021bb18659fad9957f18 (patch) | |
tree | 650aca335a534fedbf7274d1b074a5a775d85659 | |
parent | 4e11269446d94b24347f3ca84ff9b83fb3ac5fbb (diff) | |
download | freebsd-ports-gnome-8510ee6b9e8dfce705a2021bb18659fad9957f18.tar.gz freebsd-ports-gnome-8510ee6b9e8dfce705a2021bb18659fad9957f18.tar.zst freebsd-ports-gnome-8510ee6b9e8dfce705a2021bb18659fad9957f18.zip |
- Stage support
-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> |