svn commit: r502688 - head/devel/pyside2-tools

Tobias Kortkamp tobik at FreeBSD.org
Sun May 26 05:08:19 UTC 2019


Author: tobik
Date: Sun May 26 05:08:17 2019
New Revision: 502688
URL: https://svnweb.freebsd.org/changeset/ports/502688

Log:
  devel/pyside2-tools: Remove nop python_OLD_COMMAND
  
  Should have been python_OLD_CMD, but shebangfix already knows about
  "/usr/bin/env python".

Modified:
  head/devel/pyside2-tools/Makefile

Modified: head/devel/pyside2-tools/Makefile
==============================================================================
--- head/devel/pyside2-tools/Makefile	Sun May 26 05:07:11 2019	(r502687)
+++ head/devel/pyside2-tools/Makefile	Sun May 26 05:08:17 2019	(r502688)
@@ -27,7 +27,6 @@ USE_QT=		3d buildtools_build charts core datavis3d dec
 		websockets widgets x11extras xml xmlpatterns
 
 SHEBANG_FILES=	pyside_tool.py pyside2-uic
-python_OLD_COMMAND=	"/usr/bin/env python"
 
 CMAKE_ARGS+=	"-DUSE_PYTHON_VERSION=${PYTHON_VER}"
 


More information about the svn-ports-all mailing list