svn commit: r347347 - head/graphics/py-cairo
Martin Wilke
miwi at FreeBSD.org
Fri Mar 7 09:15:44 UTC 2014
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>
More information about the svn-ports-all
mailing list