svn commit: r362338 - head/devel/py-qt4-core
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Jul 20 17:21:30 UTC 2014
Author: rakuco
Date: Sun Jul 20 17:21:29 2014
New Revision: 362338
URL: http://svnweb.freebsd.org/changeset/ports/362338
QAT: https://qat.redports.org/buildarchive/r362338/
Log:
Use tab instead of space in assignment.
Modified:
head/devel/py-qt4-core/Makefile
Modified: head/devel/py-qt4-core/Makefile
==============================================================================
--- head/devel/py-qt4-core/Makefile Sun Jul 20 17:10:16 2014 (r362337)
+++ head/devel/py-qt4-core/Makefile Sun Jul 20 17:21:29 2014 (r362338)
@@ -58,7 +58,7 @@ ARGS+= --debug --trace
# Bug 180467: We need to remove the port_v${VERSION} directory that does not
# correspond to the Python version being used to avoid failures in the
# bytecompilation calls in post-install.
-PLIST_SUB+= PYTHON_MAJOR_VER="${PYTHON_MAJOR_VER}"
+PLIST_SUB+= PYTHON_MAJOR_VER="${PYTHON_MAJOR_VER}"
post-patch:
.if ${PYTHON_MAJOR_VER} == "2"
${RM} -rf ${WRKSRC}/pyuic/uic/port_v3
More information about the svn-ports-head
mailing list