Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2019 05:07:11 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502687 - head/devel/shiboken2
Message-ID:  <201905260507.x4Q57BZS048630@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun May 26 05:07:11 2019
New Revision: 502687
URL: https://svnweb.freebsd.org/changeset/ports/502687

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

Modified:
  head/devel/shiboken2/Makefile

Modified: head/devel/shiboken2/Makefile
==============================================================================
--- head/devel/shiboken2/Makefile	Sun May 26 05:00:49 2019	(r502686)
+++ head/devel/shiboken2/Makefile	Sun May 26 05:07:11 2019	(r502687)
@@ -25,7 +25,6 @@ USE_QT=		buildtools_build core gui network qmake_build
 		xml xmlpatterns
 
 SHEBANG_FILES=		shiboken_tool.py
-python_OLD_COMMAND=	"/usr/bin/env python"
 
 CONFIGURE_ENV+=	LLVM_CONFIG=${LOCALBASE}/bin/llvm-config${LLVM_DEFAULT}
 CMAKE_ARGS+=	"-DCMAKE_CXX_FLAGS=-lexecinfo" \



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