svn commit: r472395 - head/math/mosesdecoder

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 14 19:38:54 UTC 2018


Author: amdmi3
Date: Thu Jun 14 19:38:52 2018
New Revision: 472395
URL: https://svnweb.freebsd.org/changeset/ports/472395

Log:
  - Remove unneeded python_OLD_CMD
  
  Approved by:	portmgr blanket

Modified:
  head/math/mosesdecoder/Makefile

Modified: head/math/mosesdecoder/Makefile
==============================================================================
--- head/math/mosesdecoder/Makefile	Thu Jun 14 19:07:49 2018	(r472394)
+++ head/math/mosesdecoder/Makefile	Thu Jun 14 19:38:52 2018	(r472395)
@@ -26,7 +26,6 @@ SHEBANG_FILES=	scripts/analysis/extract-target-trees.p
 		scripts/training/flexibility_score.py \
 		scripts/training/filter-rule-table.py \
 		scripts/training/create_count_tables.py
-python_OLD_CMD=	"/usr/bin/env python"
 
 MAKE_ENV+=	BOOST_BUILD_PATH=${WRKSRC}/jam-files/boost-build
 


More information about the svn-ports-all mailing list