aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-03-07 17:15:43 +0800
committermiwi <miwi@FreeBSD.org>2014-03-07 17:15:43 +0800
commit8510ee6b9e8dfce705a2021bb18659fad9957f18 (patch)
tree650aca335a534fedbf7274d1b074a5a775d85659
parent4e11269446d94b24347f3ca84ff9b83fb3ac5fbb (diff)
downloadfreebsd-ports-gnome-8510ee6b9e8dfce705a2021bb18659fad9957f18.tar.gz
freebsd-ports-gnome-8510ee6b9e8dfce705a2021bb18659fad9957f18.tar.zst
freebsd-ports-gnome-8510ee6b9e8dfce705a2021bb18659fad9957f18.zip
- Stage support
-rw-r--r--graphics/py-cairo/Makefile3
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>
'2013-09-21 07:44:55 +0800'>2013-09-2157-115/+77 * Remove USE_GCC=any: builds properly with clangbapt2013-09-141-1/+0 * Remove USE_GCC=any, builds properly with clangbapt2013-09-141-1/+0 * - Update to 4.1.2jhale2013-09-123-12/+94 * Add explicit dependency on pkgconf (27 ports)marino2013-09-121-1/+1 * Add an explicit dependency on pkgconfantoine2013-09-101-5/+2 * Update to 1.0.7zeising2013-09-082-3/+3 * Add an explicit dependency on pkgconfbapt2013-09-061-2/+1 * Add an explicit dependency on pkgconfbapt2013-09-032-11/+4 * Add an explicit dependency on pkgconfbapt2013-09-031-2/+1 * Two imake related changes:tijl2013-09-022-8/+26 * - Remove MAKE_JOBS_SAFE variableak2013-08-156-6/+0 * Update to 2.39.wxs2013-08-052-3/+3 * - Convert to new perl frameworkaz2013-08-031-1/+2 * Fix build with clangbapt2013-08-011-6/+3 * Fix build with clangbapt2013-08-011-6/+3 * KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-275-708/+0 * Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-241-1/+0 * Update to 2.38.wxs2013-07-092-3/+3 * Update the KDE Software Compilation to 4.10.5.rakuco2013-07-05