summaryrefslogtreecommitdiff
path: root/devel/py-at-spi
diff options
context:
space:
mode:
authorjoerg <joerg>2009-07-08 13:55:58 +0000
committerjoerg <joerg>2009-07-08 13:55:58 +0000
commit019bd78983b2d276922356c1333ceeef2ec36ca9 (patch)
tree60e034a8771d5fea53aae476bb138522afe5fd76 /devel/py-at-spi
parentffdccd27505776eee3adbbd19cb8b1020b225112 (diff)
downloadpkgsrc-019bd78983b2d276922356c1333ceeef2ec36ca9.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"