aboutsummaryrefslogtreecommitdiff
path: root/www/zope-archetypes
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-04-09 08:36:26 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-04-09 08:36:26 +0000
commit005156357d323d9ac65dabe2ea6f94a983844f36 (patch)
tree6eaffedb2c4cf128442eeaecc81d305134c27740 /www/zope-archetypes
parent9bc18a221eee9ba643e29f807f82f6f2b051e49e (diff)
downloadports-005156357d323d9ac65dabe2ea6f94a983844f36.tar.gz
ports-005156357d323d9ac65dabe2ea6f94a983844f36.zip
- Relax compileall.py syntax errors
Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=106555
Diffstat (limited to 'www/zope-archetypes')
-rw-r--r--www/zope-archetypes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/zope-archetypes/Makefile b/www/zope-archetypes/Makefile
index 0bcd2c7091c1..681770251031 100644
--- a/www/zope-archetypes/Makefile
+++ b/www/zope-archetypes/Makefile
@@ -27,7 +27,7 @@ MODULES= ArchExample ArchGenXML Archetypes
PYTHON_MODULES= validation generator
do-build:
- @for m in ${MODULES}; do \
+ -@for m in ${MODULES}; do \
${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/$$m; \
done