diff options
-rw-r--r-- | www/zope-placelesstranslationservice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/zope-placelesstranslationservice/Makefile b/www/zope-placelesstranslationservice/Makefile index 90694338bec9..95ddc6f4639a 100644 --- a/www/zope-placelesstranslationservice/Makefile +++ b/www/zope-placelesstranslationservice/Makefile @@ -26,7 +26,7 @@ PLIST= ${WRKDIR}/pkg-plist WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME} do-build: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/ + -@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/ pre-install: @${RM} -f ${PLIST} |