---> Installing '/packages/10/All/py27-setuptools-0.6c11_2.tgz' Syntax error: "then" unexpected pkg_add: command '[ ! -f /usr/local/lib/python2.7/site-packages/easy-install.pth ]; then cp /usr/local/lib/python2.7/site-packages/easy-install.pth.dist /usr/local/lib/python2.7/site-packages/easy-install.pth; fi' failed
$ diff -u /usr/ports/devel/py-setuptools/pkg-plist pkg-plist --- /usr/ports/devel/py-setuptools/pkg-plist 2012-01-07 01:36:03.000000000 +0900 +++ pkg-plist 2012-01-08 08:47:43.000000000 +0900 @@ -4,7 +4,7 @@ %%PYTHON_SITELIBDIR%%/setuptools.pth @unexec if cmp -s %B/easy-install.pth %B/easy-install.pth.dist; then rm %B/easy-install.pth; fi %%PYTHON_SITELIBDIR%%/easy-install.pth.dist -@exec [ ! -f %B/easy-install.pth ]; then cp %B/%f %B/easy-install.pth; fi +@exec if [ ! -f %B/easy-install.pth ]; then cp %B/%f %B/easy-install.pth; fi %%PYTHON_SITELIBDIR%%/site.py %%PYTHON_SITELIBDIR%%/site.pyc %%PYTHON_SITELIBDIR%%/site.pyo -- kuro _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[email protected]"
