Date: Sun, 15 Dec 2013 13:20:01 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336526 - head/math/py-numpy Message-ID: <201312151320.rBFDK1og014580@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Sun Dec 15 13:20:00 2013 New Revision: 336526 URL: http://svnweb.freebsd.org/changeset/ports/336526 Log: math/py-numpy: Add missing ending quotation to ECHO_MSG Add a missing ending quotation from the last ECHO_MSG command added in r336423. PR: ports/184775 Reported by: Roland Smith <rsmith@xs4all.nl> Modified: head/math/py-numpy/Makefile Modified: head/math/py-numpy/Makefile ============================================================================== --- head/math/py-numpy/Makefile Sun Dec 15 13:04:55 2013 (r336525) +++ head/math/py-numpy/Makefile Sun Dec 15 13:20:00 2013 (r336526) @@ -62,7 +62,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libalap @${ECHO_MSG} "for numpy to function correctly. Ensure it is" @${ECHO_MSG} "selected in the configuration dialog when prompted, or" @${ECHO_MSG} "Ctrl-C now and reinstall the atlas port with the option" -@${ECHO_MSG} "enabled. +@${ECHO_MSG} "enabled." sleep 5 .else LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312151320.rBFDK1og014580>