diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-05 22:55:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-05 22:55:43 +0000 |
commit | 05d2dd6b9a7f688d29272d01b56736e78b35ab76 (patch) | |
tree | 04800cd7b235f4df115d4e3ecd175d0220982616 /www | |
parent | 60eca6fc767be996562db7a246215583da545497 (diff) |
Notes
Diffstat (limited to 'www')
-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} |