diff options
author | pav <pav@FreeBSD.org> | 2004-04-06 06:55:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-06 06:55:43 +0800 |
commit | 5b4d4a5680ac74d196e92e43661269d39eea601a (patch) | |
tree | d500812af649dd070fc04d0926fe6777a4b8f405 | |
parent | 13a610bbe748b53a2893ca48b8b9c9ca46d3fea3 (diff) | |
download | freebsd-ports-gnome-5b4d4a5680ac74d196e92e43661269d39eea601a.tar.gz freebsd-ports-gnome-5b4d4a5680ac74d196e92e43661269d39eea601a.tar.zst freebsd-ports-gnome-5b4d4a5680ac74d196e92e43661269d39eea601a.zip |
- Relax syntax errors from compileall.py script
-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} |