diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-08 13:55:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-08 13:55:58 +0000 |
commit | 43fdf6e56a69f8613784c44dd908330ee545b647 (patch) | |
tree | 60e034a8771d5fea53aae476bb138522afe5fd76 /devel/py-at-spi | |
parent | 4dc2be91e34734405a4835fac9ce5aeecbc265c8 (diff) | |
download | pkgsrc-43fdf6e56a69f8613784c44dd908330ee545b647.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/Makefile | 4 |
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" |