aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-09-27 15:27:26 +0800
committerMarcus von Appen <mva@FreeBSD.org>2014-09-27 15:27:26 +0800
commit6d91b534f2cf3a76d7740542544e3388e12c6456 (patch)
tree3ff5a764660abbc1ba9d9b4273afe90ca72c4566 /Mk/Uses
parent3676fb9f8018fa3d8cbd202a63513ab99ce22d77 (diff)
downloadfreebsd-ports-gnome-6d91b534f2cf3a76d7740542544e3388e12c6456.tar.gz
freebsd-ports-gnome-6d91b534f2cf3a76d7740542544e3388e12c6456.tar.zst
freebsd-ports-gnome-6d91b534f2cf3a76d7740542544e3388e12c6456.zip
- Fix awk issue in add-plist-post, if python 3.x is the default
PR: 193966 Submitted by: corsmith@gmail.com With hat: python@
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/python.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index 0a378bfcb67c..b324652cf141 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -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