svn commit: r369376 - head/Mk/Uses

Marcus von Appen mva at FreeBSD.org
Sat Sep 27 07:27:27 UTC 2014


Author: mva
Date: Sat Sep 27 07:27:26 2014
New Revision: 369376
URL: http://svnweb.freebsd.org/changeset/ports/369376
QAT: https://qat.redports.org/buildarchive/r369376/

Log:
  - Fix awk issue in add-plist-post, if python 3.x is the default
  
  PR:		193966
  Submitted by:	corsmith at gmail.com
  With hat: 	python@

Modified:
  head/Mk/Uses/python.mk

Modified: head/Mk/Uses/python.mk
==============================================================================
--- head/Mk/Uses/python.mk	Sat Sep 27 07:15:28 2014	(r369375)
+++ head/Mk/Uses/python.mk	Sat Sep 27 07:27:26 2014	(r369376)
@@ -589,7 +589,6 @@ add-plist-post:
 		/^@dirrm / {d = substr($$0, 8); if (d in dirs) {print $$0 "/" pc}; print $$0; next} \
 		/^@dirrmtry / {d = substr($$0, 11); if (d in dirs) {print $$0 "/" pc}; print $$0; next} \
 		{print} \
-		END \
 		' \
 		pc="__pycache__" mt="$$(${PYMAGICTAG})" \
 		${TMPPLIST} > ${TMPPLIST}.pyc_tmp


More information about the svn-ports-head mailing list