summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-04-05 22:46:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-04-05 22:46:18 +0000
commit7c0463a31a6ea556629bf7349b91b7dbae426231 (patch)
tree9e4acdb1d8cb5e9c622a6242476200117eba5d87 /www
parentBROKEN: Checksum mismatch (diff)
- Relax syntax errors from compileall.py script
Reported by: bento
Notes
Notes: svn path=/head/; revision=106267
Diffstat (limited to 'www')
-rw-r--r--www/zope-groupuserfolder/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/zope-groupuserfolder/Makefile b/www/zope-groupuserfolder/Makefile
index e3c1712cf4ad..87b0f8973540 100644
--- a/www/zope-groupuserfolder/Makefile
+++ b/www/zope-groupuserfolder/Makefile
@@ -29,7 +29,7 @@ WRKSRC= ${WRKDIR}/GroupUserFolder
PRODUCTNAME= GroupUserFolder
do-build:
- @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/
+ -@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/
pre-install:
@${RM} -f ${PLIST}