svn commit: r336526 - head/math/py-numpy
Kubilay Kocak
koobs at FreeBSD.org
Sun Dec 15 13:20:01 UTC 2013
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 at 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 \
More information about the svn-ports-all
mailing list