summaryrefslogtreecommitdiff
path: root/devel/py-at-spi
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-07-08 13:55:58 +0000
committerjoerg <joerg@pkgsrc.org>2009-07-08 13:55:58 +0000
commitd61c3b641cd96ac5f40852e5eb7e205545887dcc (patch)
tree60e034a8771d5fea53aae476bb138522afe5fd76 /devel/py-at-spi
parent19942c1b2813102d2ea9eac7a03a937f94b1c410 (diff)
downloadpkgsrc-d61c3b641cd96ac5f40852e5eb7e205545887dcc.tar.gz
Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Python
sources in a directory (tree) in pversion.mk. Adjust the various places that called it locally.
Diffstat (limited to 'devel/py-at-spi')
-rw-r--r--devel/py-at-spi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-at-spi/Makefile b/devel/py-at-spi/Makefile
index 19bea9051d9..b4bab46d76d 100644
--- a/devel/py-at-spi/Makefile
+++ b/devel/py-at-spi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/03/16 22:22:07 jmcneill Exp $
+# $NetBSD: Makefile,v 1.9 2009/07/08 13:55:58 joerg Exp $
#
DISTNAME= at-spi-1.26.0
@@ -22,7 +22,7 @@ INSTALLATION_DIRS= ${PYATSPIDIR}
do-install:
${INSTALL_DATA} ${WRKSRC}/pyatspi/*.py ${DESTDIR}${PYATSPIDIR}
- ${PYTHONBIN} ${PREFIX}/${PYLIB}/compileall.py ${DESTDIR}${PYATSPIDIR}
+ ${PY_COMPILE_ALL} ${DESTDIR}${PYATSPIDIR}
.include "../../lang/python/extension.mk"
.include "../../devel/at-spi/buildlink3.mk"