diff options
author | joerg <joerg> | 2009-07-08 13:55:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-07-08 13:55:58 +0000 |
commit | 019bd78983b2d276922356c1333ceeef2ec36ca9 (patch) | |
tree | 60e034a8771d5fea53aae476bb138522afe5fd76 /www/zope | |
parent | ffdccd27505776eee3adbbd19cb8b1020b225112 (diff) | |
download | pkgsrc-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 'www/zope')
-rw-r--r-- | www/zope/zopeversion.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/zope/zopeversion.mk b/www/zope/zopeversion.mk index f461dc5404c..75d327d836a 100644 --- a/www/zope/zopeversion.mk +++ b/www/zope/zopeversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: zopeversion.mk,v 1.11 2009/06/14 22:58:11 joerg Exp $ +# $NetBSD: zopeversion.mk,v 1.12 2009/07/08 13:56:00 joerg Exp $ # .if !defined(_ZOPEVERSION_MK) @@ -206,7 +206,5 @@ PRINT_PLIST_AWK+= /^${ZOPE_BASE:S|/|\\/|g}/ \ # ZOPE_PY_COMPILE= ${PYTHONBIN} ${ZOPE_DIR}/bin/compilezpy.py -PY_COMPILE_ALL= \ - ${PYTHONBIN} ${PREFIX}/lib/python${PYVERSSUFFIX}/compileall.py -q .endif |