Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2014 17:21:29 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362338 - head/devel/py-qt4-core
Message-ID:  <201407201721.s6KHLT51065494@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407201721.s6KHLT51065494>